CobaltZvc commited on
Commit
2974087
1 Parent(s): dd7e00e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -327,7 +327,7 @@ all with the help of HyperBot! 🤖 ✨
327
  option_ = ['Ask me anything!😊','Ask me anything (CSV file data)!📊']
328
  Usage = st.selectbox('Select an option:', option_)
329
 
330
- if Usage == 'Questions based on custom CSV data':
331
  st.text('''
332
  You can use your own custom csv files to test this feature or
333
  you can use the sample csv file which contains data about cars.
 
327
  option_ = ['Ask me anything!😊','Ask me anything (CSV file data)!📊']
328
  Usage = st.selectbox('Select an option:', option_)
329
 
330
+ if Usage == 'Ask me anything (CSV file data)!📊':
331
  st.text('''
332
  You can use your own custom csv files to test this feature or
333
  you can use the sample csv file which contains data about cars.