Update app.py
Browse files
app.py
CHANGED
@@ -108,4 +108,4 @@ iface = gr.Interface(
|
|
108 |
description="Predict tomorrow's stock price based on historical data.",
|
109 |
)
|
110 |
|
111 |
-
iface.launch()
|
|
|
108 |
description="Predict tomorrow's stock price based on historical data.",
|
109 |
)
|
110 |
|
111 |
+
iface.launch()
|