Update app.py
Browse files
app.py
CHANGED
|
@@ -230,7 +230,7 @@ class AnyCoder:
|
|
| 230 |
|
| 231 |
with gr.Row():
|
| 232 |
import_btn = gr.Button("Import", variant="secondary", scale=1)
|
| 233 |
-
import_status = gr.HTML("", visible=False
|
| 234 |
|
| 235 |
# Store sidebar components for event handling
|
| 236 |
self.sidebar_components = {
|
|
|
|
| 230 |
|
| 231 |
with gr.Row():
|
| 232 |
import_btn = gr.Button("Import", variant="secondary", scale=1)
|
| 233 |
+
import_status = gr.HTML("", visible=False)
|
| 234 |
|
| 235 |
# Store sidebar components for event handling
|
| 236 |
self.sidebar_components = {
|