Spaces:
Sleeping
Sleeping
Commit
·
81b851a
1
Parent(s):
94f915f
updated pom file
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ radioButtonList = ["E-commerce CSV (https://www.kaggle.com/datasets/mervemenekse
|
|
26 |
"URL Chat with Google Alphabet's 2022 Q2 Earnings Report (https://tinyurl.com/f85wujsj)",
|
27 |
"Enter my own URL"]
|
28 |
genre = st.radio(
|
29 |
-
"Choose dataset to finetune", radioButtonList
|
30 |
)
|
31 |
|
32 |
# Initialize language model
|
|
|
26 |
"URL Chat with Google Alphabet's 2022 Q2 Earnings Report (https://tinyurl.com/f85wujsj)",
|
27 |
"Enter my own URL"]
|
28 |
genre = st.radio(
|
29 |
+
"Choose dataset to finetune", radioButtonList, index=0
|
30 |
)
|
31 |
|
32 |
# Initialize language model
|