artbreguez commited on
Commit
d5a52d3
β€’
1 Parent(s): b25e1e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -180,9 +180,6 @@ outputs = gr.Image(type='pil', label='label')
180
  inputs = None
181
  title = "πŸ“ˆ Binary Options Predictor πŸ“ˆ"
182
  description = """
183
- <div>
184
- <a style="display:inline-block" href='https://github.com/suno-ai/bark'><img src='https://img.shields.io/github/stars/suno-ai/bark?style=social' /></a>
185
  This tool generates a simulated candlestick chart for EUR/USD. If the last candlestick is green, it indicates an upward trend, while a red candlestick suggests a downward trend.
186
- </div>
187
  """
188
  gr.Interface(generate_predictions, inputs, outputs, title=title, description=description).launch(debug=False)
 
180
  inputs = None
181
  title = "πŸ“ˆ Binary Options Predictor πŸ“ˆ"
182
  description = """
 
 
183
  This tool generates a simulated candlestick chart for EUR/USD. If the last candlestick is green, it indicates an upward trend, while a red candlestick suggests a downward trend.
 
184
  """
185
  gr.Interface(generate_predictions, inputs, outputs, title=title, description=description).launch(debug=False)