MarioCerulo commited on
Commit
5a775d8
·
verified ·
1 Parent(s): abe0927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ if 'past' not in st.session_state:
37
  st.session_state['past'] = []
38
 
39
  def get_text():
40
- input_text = st.text_input("Chiedi qualcosa: ", "", key="input")
41
  return input_text
42
 
43
  load_dotenv("chroma.env")
 
37
  st.session_state['past'] = []
38
 
39
  def get_text():
40
+ input_text = st.text_input("Ask your question: ", "", key="input")
41
  return input_text
42
 
43
  load_dotenv("chroma.env")