Spaces:
Sleeping
Sleeping
Commit
·
f1260bc
1
Parent(s):
33476c5
updated pom file
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ else:
|
|
73 |
""", unsafe_allow_html=True)
|
74 |
|
75 |
genre = st.radio(
|
76 |
-
"Choose dataset to finetune", radioButtonList, index=0
|
77 |
)
|
78 |
|
79 |
# Initialize language model
|
|
|
73 |
""", unsafe_allow_html=True)
|
74 |
|
75 |
genre = st.radio(
|
76 |
+
"Tired of reading your files? Chat with it using AI! Choose dataset to finetune", radioButtonList, index=0
|
77 |
)
|
78 |
|
79 |
# Initialize language model
|