Spaces:
Sleeping
Sleeping
Commit
·
06ba366
1
Parent(s):
3432ce2
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,10 @@ demo = gr.Interface(
|
|
37 |
gr.Dropdown(["cross", "line", "circle"], label="Style"),
|
38 |
],
|
39 |
gr.Plot(label="forecast"),
|
|
|
|
|
40 |
)
|
41 |
|
42 |
-
title="PRICESCOPE: THE FUTURE OF THE STOCKS"
|
43 |
|
44 |
if __name__ == "__main__":
|
45 |
demo.launch()
|
|
|
37 |
gr.Dropdown(["cross", "line", "circle"], label="Style"),
|
38 |
],
|
39 |
gr.Plot(label="forecast"),
|
40 |
+
title="PRICESCOPE: THE FUTURE OF THE STOCKS"
|
41 |
+
|
42 |
)
|
43 |
|
|
|
44 |
|
45 |
if __name__ == "__main__":
|
46 |
demo.launch()
|