Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def research_write_review_topic(query: str) -> str:
|
|
| 69 |
print(f"Error in modal RESEARCH response: {response.status_code} - {response.text}")
|
| 70 |
return "Research completed, but no content was generated."
|
| 71 |
|
| 72 |
-
print(f"modal RESEARCH Response: {response.
|
| 73 |
return response.text or "Research completed, but no content was generated."
|
| 74 |
|
| 75 |
with gr.Blocks() as server_info:
|
|
|
|
| 69 |
print(f"Error in modal RESEARCH response: {response.status_code} - {response.text}")
|
| 70 |
return "Research completed, but no content was generated."
|
| 71 |
|
| 72 |
+
print(f"modal RESEARCH Response: {response.text}")
|
| 73 |
return response.text or "Research completed, but no content was generated."
|
| 74 |
|
| 75 |
with gr.Blocks() as server_info:
|