Spaces:
Build error
Build error
no message
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def main():
|
|
| 46 |
'''
|
| 47 |
Dataset
|
| 48 |
'''
|
| 49 |
-
shosen_dataset_name = st.
|
| 50 |
if shosen_dataset_name is not None:
|
| 51 |
st.write("You selected", shosen_dataset_name)
|
| 52 |
|
|
|
|
| 46 |
'''
|
| 47 |
Dataset
|
| 48 |
'''
|
| 49 |
+
shosen_dataset_name = st.selectbox("Select the model to use", DATASETS, index=0)
|
| 50 |
if shosen_dataset_name is not None:
|
| 51 |
st.write("You selected", shosen_dataset_name)
|
| 52 |
|