Update app.py
Browse files
app.py
CHANGED
@@ -86,3 +86,4 @@ gr.Interface(
|
|
86 |
inputs=[ticker_input, start_date_input, end_date_input],
|
87 |
outputs="text",
|
88 |
title="Stock Price Predi
|
|
|
|
86 |
inputs=[ticker_input, start_date_input, end_date_input],
|
87 |
outputs="text",
|
88 |
title="Stock Price Predi
|
89 |
+
title="Stock Price Prediction App" # Make sure to close the string with a quotation mark
|