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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1090,7 +1090,7 @@ with gr.Blocks(title="Movie Analysis Multi-Agent System", css="""
1090
  )
1091
 
1092
  analysis_type = gr.Radio(
1093
- ["all", "similar", "box_office", "awards"],
1094
  label="Analysis Type",
1095
  value="all"
1096
  )
 
1090
  )
1091
 
1092
  analysis_type = gr.Radio(
1093
+ ["similar", "box_office", "awards"],
1094
  label="Analysis Type",
1095
  value="all"
1096
  )