rwayz commited on
Commit
0eee8b2
verified
1 Parent(s): 6a39342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,8 +75,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
75
  history_btn = gr.Button("Hist贸rico", variant="secondary")
76
 
77
  with gr.Row():
78
- with gr.Column(scale=4):
79
- history_output = gr.JSON(visible=False)
80
 
81
  gr.Column(scale=0.5, min_width=40)
82
 
 
75
  history_btn = gr.Button("Hist贸rico", variant="secondary")
76
 
77
  with gr.Row():
78
+ with gr.Column(scale=4):
79
+ history_output = gr.JSON(visible=False)
80
 
81
  gr.Column(scale=0.5, min_width=40)
82