Spaces:
Runtime error
Runtime error
Zwea Htet
commited on
Commit
·
08d67c4
1
Parent(s):
0809507
fixed error
Browse files
app.py
CHANGED
@@ -39,8 +39,6 @@ def get_response(vector_index, query_str):
|
|
39 |
return response
|
40 |
|
41 |
api_key = st.text_input("Enter your OpenAI API key here:", type="password")
|
42 |
-
if api_key:
|
43 |
-
|
44 |
|
45 |
st.write("---")
|
46 |
input_text = st.text_area("Ask your question")
|
|
|
39 |
return response
|
40 |
|
41 |
api_key = st.text_input("Enter your OpenAI API key here:", type="password")
|
|
|
|
|
42 |
|
43 |
st.write("---")
|
44 |
input_text = st.text_area("Ask your question")
|