Trireme commited on
Commit
4708b22
·
verified ·
1 Parent(s): d35b72c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Balances")
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(