Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -199,8 +199,8 @@ def handle_example_click(example_index):
|
|
| 199 |
|
| 200 |
# Gradio Interface
|
| 201 |
with gr.Blocks() as app:
|
| 202 |
-
gr.Markdown("# MLR- Copilot:
|
| 203 |
-
gr.Markdown("
|
| 204 |
|
| 205 |
|
| 206 |
# Use state variables to store generated hypothesis and experiment plan
|
|
|
|
| 199 |
|
| 200 |
# Gradio Interface
|
| 201 |
with gr.Blocks() as app:
|
| 202 |
+
gr.Markdown("# MLR- Copilot: Machine Learning Research based on LLM Agents")
|
| 203 |
+
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.")
|
| 204 |
|
| 205 |
|
| 206 |
# Use state variables to store generated hypothesis and experiment plan
|