Vageesh1 commited on
Commit
6d8708c
1 Parent(s): 9db7932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ if user_api_key is not None and user_api_key.strip() != "":
70
  with container:
71
  with st.form(key='my_form', clear_on_submit=True):
72
 
73
- user_input = st.text_input("Query:", placeholder="Talk about your csv data here (:", key='input')
74
  submit_button = st.form_submit_button(label='Send')
75
 
76
  if submit_button and user_input:
 
70
  with container:
71
  with st.form(key='my_form', clear_on_submit=True):
72
 
73
+ user_input = st.text_input("Query:", placeholder="Lets talk about something General", key='input')
74
  submit_button = st.form_submit_button(label='Send')
75
 
76
  if submit_button and user_input: