Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -708,7 +708,7 @@ def process_feedback(topic, max_analysts, feedback, thread_id):
|
|
708 |
except Exception as e:
|
709 |
return f"An error occurred: {str(e)}", thread_id, gr.update(visible=True)
|
710 |
|
711 |
-
#
|
712 |
from gradio.themes.utils import colors
|
713 |
from gradio.themes import Base
|
714 |
|
@@ -733,9 +733,18 @@ theme = Base(
|
|
733 |
with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
|
734 |
gr.Markdown(
|
735 |
"""
|
736 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
737 |
|
738 |
-
|
739 |
"""
|
740 |
)
|
741 |
|
|
|
708 |
except Exception as e:
|
709 |
return f"An error occurred: {str(e)}", thread_id, gr.update(visible=True)
|
710 |
|
711 |
+
# ε¨ζδ»Άι ι¨ε δ»₯δΈε°ε
₯
|
712 |
from gradio.themes.utils import colors
|
713 |
from gradio.themes import Base
|
714 |
|
|
|
733 |
with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
|
734 |
gr.Markdown(
|
735 |
"""
|
736 |
+
# Research Team π¨βπ¨βπ¦βπ¦π
|
737 |
+
|
738 |
+
Generate a multi-agent AI research team to conduct in-depth analysis on your chosen topic.
|
739 |
+
|
740 |
+
Customize your team of AI agents, each diving into a different aspect of your topic.
|
741 |
+
These smart agents use arXiv, Google Search, and Wikipedia to gather comprehensive information.
|
742 |
+
You can guide the process with your feedback, helping to shape the perfect team for your needs.
|
743 |
+
In the end, you'll get a well-rounded report that brings together all the key findings.
|
744 |
+
|
745 |
+
[π View the Research Team workflow diagram](https://huggingface.co/spaces/jc132/Research_Team/resolve/main/agents.jpg)
|
746 |
|
747 |
+
[π View a sample run trace on LangSmith](https://smith.langchain.com/public/742e71de-8057-45a8-99a1-8dd83dcb2acb/r)
|
748 |
"""
|
749 |
)
|
750 |
|