Spaces:
Runtime error
Runtime error
Commit
·
4726074
1
Parent(s):
aad2fb9
Update app.py
Browse files
app.py
CHANGED
@@ -18,14 +18,14 @@ st.set_page_config(page_title="PSC Runtime",
|
|
18 |
|
19 |
name = st.selectbox(
|
20 |
"",
|
21 |
-
["dl19", "dl20"]
|
22 |
index=None,
|
23 |
placeholder="Choose a dataset..."
|
24 |
)
|
25 |
|
26 |
model_name = st.selectbox(
|
27 |
"",
|
28 |
-
["gpt-3.5", "gpt-4"]
|
29 |
index=None,
|
30 |
placeholder="Choose a model..."
|
31 |
)
|
|
|
18 |
|
19 |
name = st.selectbox(
|
20 |
"",
|
21 |
+
["dl19", "dl20"],
|
22 |
index=None,
|
23 |
placeholder="Choose a dataset..."
|
24 |
)
|
25 |
|
26 |
model_name = st.selectbox(
|
27 |
"",
|
28 |
+
["gpt-3.5", "gpt-4"],
|
29 |
index=None,
|
30 |
placeholder="Choose a model..."
|
31 |
)
|