robocan commited on
Commit
46bc924
·
verified ·
1 Parent(s): c48e224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def create_bar_plot(predictions):
86
  title="Top 10 Predictions with Probabilities",
87
  tooltip=["Location", "Probability"],
88
  y_lim=[0, max_prob],
89
- width=350, # Set the width of the plot
90
  height=600 # Set the height of the plot
91
  )
92
 
 
86
  title="Top 10 Predictions with Probabilities",
87
  tooltip=["Location", "Probability"],
88
  y_lim=[0, max_prob],
89
+ width=800, # Set the width of the plot
90
  height=600 # Set the height of the plot
91
  )
92