Update app.py
Browse files
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="
|
| 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."
|