Spaces:
Sleeping
Sleeping
redkye2
commited on
Commit
·
7101ec5
1
Parent(s):
edb8ff4
test
Browse files
app.py
CHANGED
@@ -130,8 +130,8 @@ def main():
|
|
130 |
|
131 |
st.header("Chat with multiple Files :")
|
132 |
user_question = st.text_input("Ask a question about your documents:")
|
133 |
-
|
134 |
-
|
135 |
|
136 |
with st.sidebar:
|
137 |
openai_key = st.text_input("Paste your OpenAI API key (sk-...)")
|
|
|
130 |
|
131 |
st.header("Chat with multiple Files :")
|
132 |
user_question = st.text_input("Ask a question about your documents:")
|
133 |
+
if user_question:
|
134 |
+
handle_userinput(user_question)
|
135 |
|
136 |
with st.sidebar:
|
137 |
openai_key = st.text_input("Paste your OpenAI API key (sk-...)")
|