singhanshuman commited on
Commit
fbcd20f
·
verified ·
1 Parent(s): 071692f

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -265,9 +265,9 @@ with gr.Blocks(title="Sim-OPRL Demo", theme=gr.themes.Soft()) as demo:
265
  status_box = gr.Textbox(label="Status", interactive=False, lines=1)
266
 
267
  with gr.Tabs():
268
- with gr.TabItem("Live: Your Preferences → Agent Return"):
269
  live_plot = gr.Plot(label="Return vs Queries (updates every 5 clicks)")
270
- with gr.TabItem("Baseline Comparison (from train.py)"):
271
  comparison_plot = gr.Plot(label="Sim-OPRL vs Uniform OPRL vs Uncertainty OPRL")
272
 
273
  gr.Markdown("""
 
265
  status_box = gr.Textbox(label="Status", interactive=False, lines=1)
266
 
267
  with gr.Tabs():
268
+ with gr.Tab("Live: Your Preferences → Agent Return"):
269
  live_plot = gr.Plot(label="Return vs Queries (updates every 5 clicks)")
270
+ with gr.Tab("Baseline Comparison (from train.py)"):
271
  comparison_plot = gr.Plot(label="Sim-OPRL vs Uniform OPRL vs Uncertainty OPRL")
272
 
273
  gr.Markdown("""