Spaces:
Sleeping
Sleeping
Ley_Fill7
commited on
Commit
·
dde04a9
1
Parent(s):
cc0a5c3
Edited code for st to write response
Browse files
app.py
CHANGED
|
@@ -11,5 +11,5 @@ if user_question: # Check if user entered a question
|
|
| 11 |
response = co.generate(
|
| 12 |
prompt=user_question,
|
| 13 |
)
|
| 14 |
-
st.write(response
|
| 15 |
|
|
|
|
| 11 |
response = co.generate(
|
| 12 |
prompt=user_question,
|
| 13 |
)
|
| 14 |
+
st.write(response) # Display Cohere's response
|
| 15 |
|