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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,6 +180,6 @@ outputs = gr.Image(type='pil', label='label')
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)
 
180
  inputs = None
181
  title = "πŸ“ˆ Binary Options Predictor πŸ“ˆ"
182
  description = """
183
+ This tool generates a simulated candlestick chart for EUR/USD. If the next candlestick is green, it indicates that the next candle will be positive; however, for red, it indicates that the next candle will be negative.
184
  """
185
  gr.Interface(generate_predictions, inputs, outputs, title=title, description=description).launch(debug=False)