Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def generate(symbol, timeframe, leverage, amount):
|
|
| 44 |
)
|
| 45 |
|
| 46 |
|
| 47 |
-
with gr.Blocks(theme=gr.themes.
|
| 48 |
gr.Markdown("# 💹 AI Crypto Trader")
|
| 49 |
|
| 50 |
with gr.Accordion("🔐 API Keys", open=True):
|
|
|
|
| 44 |
)
|
| 45 |
|
| 46 |
|
| 47 |
+
with gr.Blocks(theme=gr.themes.Monochrome()) as ui:
|
| 48 |
gr.Markdown("# 💹 AI Crypto Trader")
|
| 49 |
|
| 50 |
with gr.Accordion("🔐 API Keys", open=True):
|