daniel-saed commited on
Commit
5797da3
verified
1 Parent(s): 74cdd9f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1087,7 +1087,7 @@ region_bubble_chart = dcc.Graph(
1087
  )
1088
 
1089
  # --- 3. Inicializaci贸n de la App ---
1090
- app = dash.Dash(__name__)
1091
  server = app.server # <-- A脩ADE ESTA L脥NEA
1092
 
1093
  # Layout principal MODIFICADO
@@ -2481,7 +2481,7 @@ def update_active_cell_from_store(active_cell,ds,ds1,a,b):
2481
 
2482
 
2483
  if __name__ == "__main__":
2484
- app.run(debug=True)
2485
 
2486
 
2487
 
 
1087
  )
1088
 
1089
  # --- 3. Inicializaci贸n de la App ---
1090
+ app = dash.Dash(__name__,title='Top iRating')
1091
  server = app.server # <-- A脩ADE ESTA L脥NEA
1092
 
1093
  # Layout principal MODIFICADO
 
2481
 
2482
 
2483
  if __name__ == "__main__":
2484
+ app.run(debug=False)
2485
 
2486
 
2487