Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
79 |
-
|
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 |
|