Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -503,7 +503,7 @@ if prompt :
|
|
| 503 |
})
|
| 504 |
follow_up_questions = follow_up_output["output"]
|
| 505 |
if follow_up_questions:
|
| 506 |
-
st.
|
| 507 |
|
| 508 |
|
| 509 |
except Exception as e:
|
|
|
|
| 503 |
})
|
| 504 |
follow_up_questions = follow_up_output["output"]
|
| 505 |
if follow_up_questions:
|
| 506 |
+
st.write(f"Follow-up questions:\n{follow_up_questions}")
|
| 507 |
|
| 508 |
|
| 509 |
except Exception as e:
|