Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ if ask:
|
|
134 |
except:
|
135 |
output = "What's going on? That's not the right API key"
|
136 |
|
137 |
-
st.
|
138 |
|
139 |
# streamlit-chat
|
140 |
# st.session_state.past.append(user_input)
|
|
|
134 |
except:
|
135 |
output = "What's going on? That's not the right API key"
|
136 |
|
137 |
+
st.write(f"**1984:** {output}")
|
138 |
|
139 |
# streamlit-chat
|
140 |
# st.session_state.past.append(user_input)
|