Lim0011 commited on
Commit
a3d91a3
·
verified ·
1 Parent(s): 1f3a846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -215,6 +215,8 @@ def handle_example_click(example_index):
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.")
220
 
 
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
+ gr.Markdown("## This UI is for predefined example demo only, to reproduce the results please use software in [Github](https://github.com/du-nlp-lab/MLR-Copilot/).")
219
+
220
 
221
  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.")
222