Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -262,7 +262,7 @@ if Usage == 'Questions based on custom CSV data':
|
|
262 |
|
263 |
|
264 |
elif Usage == 'Random Questions':
|
265 |
-
st.caption('You can ask me :red[news],
|
266 |
Input_type = st.radio(
|
267 |
"**Input type:**",
|
268 |
('TEXT', 'SPEECH')
|
|
|
262 |
|
263 |
|
264 |
elif Usage == 'Random Questions':
|
265 |
+
st.caption('You can ask me for: 1.:red[news], 2.:green[stock prices], 3.:blue[music], 4.:red[joke], 5.:green[definitions], 6.:blue[Paintings, Images, Photos]')
|
266 |
Input_type = st.radio(
|
267 |
"**Input type:**",
|
268 |
('TEXT', 'SPEECH')
|