luisotorres commited on
Commit
802d262
Β·
1 Parent(s): 65ae76b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -115,13 +115,11 @@ def wrapper_func(ticker, reference_year):
115
 
116
  iface = gr.Interface(
117
  title = 'πŸ“ˆ Volatility-Based Supply and Demand Levels πŸ“‰',
118
- description="""<br> The ideas presented in this app are based on the research paper <a href = "https://www.outspokenmarket.com/uploads/8/8/2/3/88233040/supply_and_demand_levels_forecasting_based_on_returns_volatility.pdf">Supply and Demand Levels Forecasting Based on Returns Volatility</a>,<br>
119
- authores by <a href = "https://www.outspokenmarket.com/">Leandro Guerra</a>. <br>
120
- In the Kaggle Notebook, <a href = "https://www.kaggle.com/code/lusfernandotorres/volatility-based-supply-and-demand-levels/notebook">Volatility-Based Supply & Demand Levels Forecasting</a>, <br>
121
- you can read further on how these supply and demand levels are calculated. <br><br>
122
  <b>Intructions</b><br>
123
- Enter the ticker of a security as it is displayed on Yahoo Finance. Then, enter a year of reference. <br>
124
- The supply and demand levels are forecastings for the following year. If you inform <i>2022</i> as input, the plot will contain the forecastings for 2023.""",
125
  fn=wrapper_func,
126
  inputs=[
127
  gr.Textbox(label="Enter the Ticker as it Appears on Yahoo Finance"),
 
115
 
116
  iface = gr.Interface(
117
  title = 'πŸ“ˆ Volatility-Based Supply and Demand Levels πŸ“‰',
118
+ description="""<br> The ideas presented in this app are based on the research paper <a href = "https://www.outspokenmarket.com/uploads/8/8/2/3/88233040/supply_and_demand_levels_forecasting_based_on_returns_volatility.pdf">Supply and Demand Levels Forecasting Based on Returns Volatility</a>,authored by <a href = "https://www.outspokenmarket.com/">Leandro Guerra</a>. <br>
119
+ In the Kaggle Notebook, <a href = "https://www.kaggle.com/code/lusfernandotorres/volatility-based-supply-and-demand-levels/notebook">Volatility-Based Supply & Demand Levels Forecasting</a>, you can read further on how these supply and demand levels are calculated. <br><br>
 
 
120
  <b>Intructions</b><br>
121
+ Enter the ticker of a security as it is displayed on Yahoo Finance. Then inform a year of reference. <br>
122
+ The supply and demand levels are forecastings for the following year. If you inform <i>2022</i> as input, the plot will contain the forecastings for <i>2023</i>.""",
123
  fn=wrapper_func,
124
  inputs=[
125
  gr.Textbox(label="Enter the Ticker as it Appears on Yahoo Finance"),