Abhisesh7 commited on
Commit
9376c63
·
verified ·
1 Parent(s): c6e9ecc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -85,4 +85,6 @@ gr.Interface(
85
  fn=stock_prediction,
86
  inputs=[ticker_input, start_date_input, end_date_input],
87
  outputs="text",
88
- title="Stock Price Prediction App" # Make sure to close the string with a quotation mark
 
 
 
85
  fn=stock_prediction,
86
  inputs=[ticker_input, start_date_input, end_date_input],
87
  outputs="text",
88
+ title="Stock Price Prediction App", # Ensure this line is correctly formatted
89
+ description="Enter the stock ticker and date range to predict the stock price."
90
+ ).launch()