Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -340,7 +340,7 @@ with gr.Blocks() as demo:
|
|
| 340 |
|
| 341 |
base_df = gr.Dataframe(label="Wallet Balances (Base)")
|
| 342 |
|
| 343 |
-
lp_df = gr.Dataframe(label="LP Wallet
|
| 344 |
|
| 345 |
# Load from MongoDB on app load (sync function)
|
| 346 |
demo.load(
|
|
|
|
| 340 |
|
| 341 |
base_df = gr.Dataframe(label="Wallet Balances (Base)")
|
| 342 |
|
| 343 |
+
lp_df = gr.Dataframe(label="LP Wallet Positions")
|
| 344 |
|
| 345 |
# Load from MongoDB on app load (sync function)
|
| 346 |
demo.load(
|