Spaces:
Paused
Paused
Update app.py
Browse files
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("
|
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")
|