Spaces:
Sleeping
Sleeping
fixed minor bug
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -181,7 +181,7 @@ async def run_research_process(topic: str):
|
|
| 181 |
elaboration_result= await Runner.run(elaboration_agent, elaboration_input)
|
| 182 |
enhanced_report= elaboration_result.final_output
|
| 183 |
|
| 184 |
-
return
|
| 185 |
|
| 186 |
## Main Research Process
|
| 187 |
|
|
|
|
| 181 |
elaboration_result= await Runner.run(elaboration_agent, elaboration_input)
|
| 182 |
enhanced_report= elaboration_result.final_output
|
| 183 |
|
| 184 |
+
return enhanced_report
|
| 185 |
|
| 186 |
## Main Research Process
|
| 187 |
|