Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1350,9 +1350,6 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gr-button { margin: 5px; } .gr-text
|
|
| 1350 |
detect_out_md = gr.Markdown(visible=False)
|
| 1351 |
|
| 1352 |
with gr.TabItem("🧠 Knowledge Base"):
|
| 1353 |
-
with gr.Row():
|
| 1354 |
-
rules_stat_tb = gr.Textbox(label="Rules Status", interactive=False, lines=1, elem_classes=["status-text"])
|
| 1355 |
-
mems_stat_tb = gr.Textbox(label="Memories Status", interactive=False, lines=1, elem_classes=["status-text"])
|
| 1356 |
|
| 1357 |
with gr.Tabs():
|
| 1358 |
with gr.TabItem("🎛️ System"):
|
|
@@ -1370,6 +1367,10 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gr-button { margin: 5px; } .gr-text
|
|
| 1370 |
|
| 1371 |
with gr.TabItem("💾 Save KB"):
|
| 1372 |
gr.Markdown("Export the current knowledge base as text files or as a single, portable PNG image.")
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1373 |
with gr.Row():
|
| 1374 |
with gr.Column():
|
| 1375 |
gr.Markdown("### Text File Export")
|
|
|
|
| 1350 |
detect_out_md = gr.Markdown(visible=False)
|
| 1351 |
|
| 1352 |
with gr.TabItem("🧠 Knowledge Base"):
|
|
|
|
|
|
|
|
|
|
| 1353 |
|
| 1354 |
with gr.Tabs():
|
| 1355 |
with gr.TabItem("🎛️ System"):
|
|
|
|
| 1367 |
|
| 1368 |
with gr.TabItem("💾 Save KB"):
|
| 1369 |
gr.Markdown("Export the current knowledge base as text files or as a single, portable PNG image.")
|
| 1370 |
+
with gr.Row():
|
| 1371 |
+
rules_stat_tb = gr.Textbox(label="Rules Status", interactive=False, lines=1, elem_classes=["status-text"])
|
| 1372 |
+
mems_stat_tb = gr.Textbox(label="Memories Status", interactive=False, lines=1, elem_classes=["status-text"])
|
| 1373 |
+
|
| 1374 |
with gr.Row():
|
| 1375 |
with gr.Column():
|
| 1376 |
gr.Markdown("### Text File Export")
|