Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def load_from_mongo():
|
|
| 36 |
|
| 37 |
if __name__ == "__main__":
|
| 38 |
with gr.Blocks() as demo:
|
| 39 |
-
gr.Markdown("##
|
| 40 |
|
| 41 |
df0_out = gr.Dataframe(label="Starting Balances")
|
| 42 |
txt0_out = gr.Textbox(label="Starting Value Total")
|
|
|
|
| 36 |
|
| 37 |
if __name__ == "__main__":
|
| 38 |
with gr.Blocks() as demo:
|
| 39 |
+
gr.Markdown("## HYPER Balances and PnL")
|
| 40 |
|
| 41 |
df0_out = gr.Dataframe(label="Starting Balances")
|
| 42 |
txt0_out = gr.Textbox(label="Starting Value Total")
|