Spaces:
Runtime error
Runtime error
mouliraj56
commited on
Commit
•
6ee5dda
1
Parent(s):
d5debec
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks() as demo:
|
|
117 |
|
118 |
],
|
119 |
"plot", # Output type
|
120 |
-
|
121 |
title="Stock Price Forecast",
|
122 |
description="Enter a stock ticker, desired data period, and interval to generate a forecast.",
|
123 |
examples = [
|
|
|
117 |
|
118 |
],
|
119 |
"plot", # Output type
|
120 |
+
# Disable live updates
|
121 |
title="Stock Price Forecast",
|
122 |
description="Enter a stock ticker, desired data period, and interval to generate a forecast.",
|
123 |
examples = [
|