Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -263,7 +263,7 @@ with image_blocks as demo:
|
|
| 263 |
#share_button = gr.Button("Share to community", elem_id="share-btn", visible=True)
|
| 264 |
|
| 265 |
with gr.Row(elem_id="log_row"):
|
| 266 |
-
|
| 267 |
gr.HTML("""
|
| 268 |
<div id="log_container" style="width:100%;height:auto;">
|
| 269 |
</div>
|
|
|
|
| 263 |
#share_button = gr.Button("Share to community", elem_id="share-btn", visible=True)
|
| 264 |
|
| 265 |
with gr.Row(elem_id="log_row"):
|
| 266 |
+
with gr.Column(id="log_col"):
|
| 267 |
gr.HTML("""
|
| 268 |
<div id="log_container" style="width:100%;height:auto;">
|
| 269 |
</div>
|