pmthangk09 commited on
Commit
e2f5cf3
·
1 Parent(s): 53b9021

Visualize total profits

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks() as demo:
203
  gr.Markdown("Auto AI Trading Bot")
204
  gr.Markdown(f"Investment: $100,000")
205
 
206
- dt = gr.Textbox(label="Total profit")
207
  demo.queue().load(get_profit, inputs=None, outputs=dt, every=1)
208
 
209
  # for plotly it should follow this: https://gradio.app/plot-component-for-maps/
 
203
  gr.Markdown("Auto AI Trading Bot")
204
  gr.Markdown(f"Investment: $100,000")
205
 
206
+ dt = gr.Textbox(label="Total profit (Amount of profit in PIPS that the agent makes in EUR/USD)")
207
  demo.queue().load(get_profit, inputs=None, outputs=dt, every=1)
208
 
209
  # for plotly it should follow this: https://gradio.app/plot-component-for-maps/