CobaltZvc commited on
Commit
b8af5fe
1 Parent(s): 14caec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -262,7 +262,14 @@ if Usage == 'Questions based on custom CSV data':
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')
 
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')