Abhisesh7 commited on
Commit
5b9254e
·
verified ·
1 Parent(s): edde84b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -85,6 +85,4 @@ gr.Interface(
85
  fn=stock_prediction,
86
  inputs=[ticker_input, start_date_input, end_date_input],
87
  outputs="text",
88
- title="Stock Price Prediction",
89
- description="Enter a stock ticker, start date, and end date to predict the stock price."
90
- ).launch()
 
85
  fn=stock_prediction,
86
  inputs=[ticker_input, start_date_input, end_date_input],
87
  outputs="text",
88
+ title="Stock Price Predi