abhivsh commited on
Commit
6489e3c
·
verified ·
1 Parent(s): 9a3d4bc
Files changed (1) hide show
  1. app.py +4 -12
app.py CHANGED
@@ -55,9 +55,10 @@ with gr.Blocks() as demo:
55
 
56
  gr.Markdown(
57
  """
58
- # NSE Stock Price Trend Prediction
59
- Select the Stock from Dropdown Menu to get Next Week Prediction.
60
-
 
61
  """
62
 
63
  )
@@ -87,15 +88,6 @@ with gr.Blocks() as demo:
87
 
88
 
89
 
90
- gr.Markdown(
91
- """
92
- Disclaimer : This model is for Informative Purpose Only, and doesn't support any particular Stock.
93
- """
94
- )
95
-
96
-
97
-
98
-
99
  submit_btn.click(get_forecast, inputs=dropdown, outputs=forecast_plot)
100
 
101
 
 
55
 
56
  gr.Markdown(
57
  """
58
+ # NSE Stock Price Trend Prediction
59
+ ## Select the Stock from Dropdown Menu to get One Week Prediction.
60
+
61
+ Disclaimer : This model is for Informative Purpose Only, and doesn't support any particular Stock.
62
  """
63
 
64
  )
 
88
 
89
 
90
 
 
 
 
 
 
 
 
 
 
91
  submit_btn.click(get_forecast, inputs=dropdown, outputs=forecast_plot)
92
 
93