kevinwang676 commited on
Commit
c56f961
·
verified ·
1 Parent(s): 0c78df7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1075,7 +1075,7 @@ with gr.Blocks(title="Movie Analysis Multi-Agent System", css="""
1075
  font-size: 0.9em !important;
1076
  }
1077
  """) as demo:
1078
- gr.Markdown("# Movie Analysis Multi-Agent System")
1079
  gr.Markdown("""
1080
  This demo uses a multi-agent system to analyze movie descriptions. Enter a description of your movie idea,
1081
  and the system will provide recommendations, box office predictions, and award predictions based on similar movies.
@@ -1095,7 +1095,7 @@ with gr.Blocks(title="Movie Analysis Multi-Agent System", css="""
1095
  value="all"
1096
  )
1097
 
1098
- submit_btn = gr.Button("Analyze Movie")
1099
 
1100
  with gr.Column(scale=3):
1101
  with gr.Tabs():
 
1075
  font-size: 0.9em !important;
1076
  }
1077
  """) as demo:
1078
+ gr.Markdown("# Go Movie Agents: Movie Analysis Multi-Agent System")
1079
  gr.Markdown("""
1080
  This demo uses a multi-agent system to analyze movie descriptions. Enter a description of your movie idea,
1081
  and the system will provide recommendations, box office predictions, and award predictions based on similar movies.
 
1095
  value="all"
1096
  )
1097
 
1098
+ submit_btn = gr.Button("Go Movie Agents!", variant="primary")
1099
 
1100
  with gr.Column(scale=3):
1101
  with gr.Tabs():