shahtab commited on
Commit
3f65e4c
ยท
1 Parent(s): 29971f8

Update chatbot_csv.py

Browse files
Files changed (1) hide show
  1. 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 ํŒŒ์ผ ๊ตฌ์กฐ์— ๋Œ€ํ•œ ์ •ํ™•ํ•œ ์ •๋ณด๋ฅผ ์–ป์œผ๋ ค๋ฉด CSV ์—์ด์ „ํŠธ๋ฅผ ์‚ฌ์šฉํ•˜์‹ญ์‹œ์˜ค", placeholder="ex : how many rows in my file ? / ์˜ˆ: ๋‚ด ํŒŒ์ผ์— ๋ช‡ ๊ฐœ์˜ ํ–‰์ด ์žˆ์Šต๋‹ˆ๊นŒ?")
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