Spaces:
Runtime error
Runtime error
Rename app (1).py to app.py
Browse files- app (1).py → app.py +1 -1
app (1).py → app.py
RENAMED
@@ -24,7 +24,7 @@ with st.sidebar:
|
|
24 |
|
25 |
# Dropdown to select model
|
26 |
model_options = [
|
27 |
-
"
|
28 |
]
|
29 |
selected_model = st.selectbox("Select Model", model_options, index=0)
|
30 |
|
|
|
24 |
|
25 |
# Dropdown to select model
|
26 |
model_options = [
|
27 |
+
"migueldeguzmandev/paperclippetertodd3",
|
28 |
]
|
29 |
selected_model = st.selectbox("Select Model", model_options, index=0)
|
30 |
|