Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ col1, col2 = st.columns([10, 1])
|
|
155 |
col1.write(f"**You:** {user_input}")
|
156 |
|
157 |
# ask button to the right of the displayed question
|
158 |
-
ask = col2.button("Ask", type="primary"
|
159 |
|
160 |
|
161 |
if ask:
|
|
|
155 |
col1.write(f"**You:** {user_input}")
|
156 |
|
157 |
# ask button to the right of the displayed question
|
158 |
+
ask = col2.button("Ask", type="primary")
|
159 |
|
160 |
|
161 |
if ask:
|