Lim0011 commited on
Commit
de7cb37
1 Parent(s): 87f5b95

Update app.py

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