Spaces:
Sleeping
Sleeping
Update chatbot_csv.py
Browse files- chatbot_csv.py +1 -1
chatbot_csv.py
CHANGED
|
@@ -79,7 +79,7 @@ def main():
|
|
| 79 |
history.generate_messages(response_container)
|
| 80 |
|
| 81 |
if st.session_state["show_csv_agent"]:
|
| 82 |
-
query = st.text_input(label="Use CSV agent for precise information about the structure of your csv file / csv
|
| 83 |
if query != "":
|
| 84 |
|
| 85 |
old_stdout = sys.stdout
|
|
|
|
| 79 |
history.generate_messages(response_container)
|
| 80 |
|
| 81 |
if st.session_state["show_csv_agent"]:
|
| 82 |
+
query = st.text_input(label="Use CSV agent for precise information about the structure of your csv file / csv", placeholder="ex : how many rows in my file ? /")
|
| 83 |
if query != "":
|
| 84 |
|
| 85 |
old_stdout = sys.stdout
|