Spaces:
Running
Running
Fix runtime error
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ if uploaded_files:
|
|
112 |
|
113 |
if user_query := st.chat_input(
|
114 |
placeholder="Ask me anything!",
|
115 |
-
disabled=(not openai_api_key
|
116 |
):
|
117 |
st.chat_message("user").write(user_query)
|
118 |
|
|
|
112 |
|
113 |
if user_query := st.chat_input(
|
114 |
placeholder="Ask me anything!",
|
115 |
+
disabled=(not openai_api_key),
|
116 |
):
|
117 |
st.chat_message("user").write(user_query)
|
118 |
|