Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -179,8 +179,8 @@ def info_to_message(info):
|
|
179 |
|
180 |
# Gradio Interface
|
181 |
with gr.Blocks() as app:
|
182 |
-
gr.Markdown("# MLR- Copilot:
|
183 |
-
gr.Markdown("
|
184 |
|
185 |
|
186 |
# Use state variables to store generated hypothesis and experiment plan
|
|
|
179 |
|
180 |
# Gradio Interface
|
181 |
with gr.Blocks() as app:
|
182 |
+
gr.Markdown("# MLR- Copilot: Machine Learning Research based on LLM Agents")
|
183 |
+
gr.Markdown("MLR-Copilot is a framework where LLMs mimic researchers’ thought processes, designed to enhance the productivity of machine learning research by automating the generation and implementation of research ideas.It begins with a research paper, autonomously generating and validating these ideas, while incorporating human feedback to help reach executable research outcomes.")
|
184 |
|
185 |
|
186 |
# Use state variables to store generated hypothesis and experiment plan
|