xinyadu commited on
Commit
6a73308
·
verified ·
1 Parent(s): 3ce6f45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: AI Research Assistant with Research Agent")
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
 
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