masa729406 commited on
Commit
7e493b4
ยท
1 Parent(s): 852a9d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -22,8 +22,8 @@ def outbreak(date):
22
  # x = np.arange(start_day, final_day + 1)
23
  fig = plt.figure()
24
  plt.plot(y)
25
- plt.title("่ฆณๅฎขๆ•ฐไบˆๆธฌ")
26
- plt.ylabel("่ฆณๅฎขๆ•ฐ")
27
  plt.xlabel("Days since Day 0")
28
  return fig
29
 
@@ -34,4 +34,4 @@ demo = gr.Interface(
34
  )
35
 
36
  if __name__ == "__main__":
37
- demo.launch()
 
22
  # x = np.arange(start_day, final_day + 1)
23
  fig = plt.figure()
24
  plt.plot(y)
25
+ plt.title("audience")
26
+ plt.ylabel("audience")
27
  plt.xlabel("Days since Day 0")
28
  return fig
29
 
 
34
  )
35
 
36
  if __name__ == "__main__":
37
+ demo.launch(share=True)