Spaces:
Runtime error
Runtime error
masa729406
commited on
Commit
ยท
7e493b4
1
Parent(s):
852a9d5
Update app.py
Browse files
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)
|