nesticot commited on
Commit
992a5f2
1 Parent(s): bb22c9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ def server(input,output,session):
328
 
329
  #plt.show()
330
 
331
- App(ui.page_fluid(
332
  ui.tags.base(href=base_url),
333
  ui.tags.div(
334
  {"style": "width:90%;margin: 0 auto;max-width: 1600px;"},
 
328
 
329
  #plt.show()
330
 
331
+ app = App(ui.page_fluid(
332
  ui.tags.base(href=base_url),
333
  ui.tags.div(
334
  {"style": "width:90%;margin: 0 auto;max-width: 1600px;"},