Spaces:
Running
Running
Update app.py
Browse files
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 == '
|
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.
|