kevinwang676 commited on
Commit
d2c8e45
·
verified ·
1 Parent(s): c83b935

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -478,7 +478,7 @@ with gr.Blocks(title="Movie Analysis Multi-Agent System") as demo:
478
  )
479
 
480
  analysis_type = gr.Radio(
481
- ["all", "similar", "box_office", "awards"],
482
  label="Analysis Type",
483
  value="all"
484
  )
 
478
  )
479
 
480
  analysis_type = gr.Radio(
481
+ ["similar", "box_office", "awards"],
482
  label="Analysis Type",
483
  value="all"
484
  )