Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,7 @@ st.title(":blue[Venus] Annotation System 🪐")
|
|
56 |
|
57 |
# Step 1: Load the problem set
|
58 |
language = ste.selectbox("Select a problem here", ['python3', 'cpp', 'rust', 'javascript', 'golang', 'java'])
|
|
|
59 |
|
60 |
my_bar = st.progress(0, text="Loading the problem set...")
|
61 |
|
|
|
56 |
|
57 |
# Step 1: Load the problem set
|
58 |
language = ste.selectbox("Select a problem here", ['python3', 'cpp', 'rust', 'javascript', 'golang', 'java'])
|
59 |
+
st.write(f"Ok! let's go with [{language}]")
|
60 |
|
61 |
my_bar = st.progress(0, text="Loading the problem set...")
|
62 |
|