Spaces:
Running
Running
artbreguez
commited on
Commit
β’
0427fd1
1
Parent(s):
d5a52d3
Update app.py
Browse files
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
|
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)
|