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