luisotorres commited on
Commit
176e9df
Β·
1 Parent(s): 3c1f5a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -114,6 +114,14 @@ def wrapper_func(ticker, reference_year):
114
  return error_message, error_message
115
 
116
  iface = gr.Interface(
 
 
 
 
 
 
 
 
117
  fn=wrapper_func,
118
  inputs=[
119
  gr.Textbox(label="Enter the Ticker as it Appears on Yahoo Finance"),
 
114
  return error_message, error_message
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"),