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