Lim0011 commited on
Commit
c4dfe88
1 Parent(s): 5e1a925

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ def handle_example_click(example_index):
213
 
214
  # Gradio Interface
215
  with gr.Blocks(theme=gr.themes.Default()) as app:
216
- gr.Markdown("# MLR- Copilot: Machine Learning Research based on LLM Agents")
217
  gr.Markdown("### ")
218
 
219
  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.")
 
213
 
214
  # Gradio Interface
215
  with gr.Blocks(theme=gr.themes.Default()) as app:
216
+ gr.Markdown("# MLR- Copilot: Machine Learning Research based on LLM Agents [Paper Link](https://www.arxiv.org/abs/2408.14033)")
217
  gr.Markdown("### ")
218
 
219
  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.")