SuriRaja commited on
Commit
73e6a70
·
verified ·
1 Parent(s): fc3cc16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ app = gr.Interface(
81
  gr.Textbox(label="Lowest Value"),
82
  gr.Textbox(label="Percentage Change"),
83
  gr.Textbox(label="Buy/Sell Recommendation"),
84
- gr.Image(type="file", label="Stock Performance and Prediction Graph")
85
  ],
86
  title="AI-Powered Stock Prediction App",
87
  description="Predict future stock prices, calculate highest and lowest prices, percentage change, and get a buy/sell recommendation based on historical data."
 
81
  gr.Textbox(label="Lowest Value"),
82
  gr.Textbox(label="Percentage Change"),
83
  gr.Textbox(label="Buy/Sell Recommendation"),
84
+ gr.Image(type="filepath", label="Stock Performance and Prediction Graph")
85
  ],
86
  title="AI-Powered Stock Prediction App",
87
  description="Predict future stock prices, calculate highest and lowest prices, percentage change, and get a buy/sell recommendation based on historical data."