Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -448,8 +448,8 @@ with gr.Blocks(title="AI Research Agent v5.8") as demo:
|
|
448 |
if MEMORY_STORAGE_BACKEND == "RAM":
|
449 |
save_faiss_sidebar_btn = gr.Button("Save FAISS Indices", variant="secondary")
|
450 |
with gr.Column():
|
451 |
-
gr.
|
452 |
-
|
453 |
with gr.Row():
|
454 |
with gr.Column(scale=3): agent_stat_tb = gr.Textbox(label="Agent Status", interactive=False, lines=1, value="Initializing systems...")
|
455 |
with gr.Column(scale=1): memory_backend_info_tb = gr.Textbox(label="Memory Backend", value=f"{MEMORY_STORAGE_BACKEND}", interactive=False)
|
|
|
448 |
if MEMORY_STORAGE_BACKEND == "RAM":
|
449 |
save_faiss_sidebar_btn = gr.Button("Save FAISS Indices", variant="secondary")
|
450 |
with gr.Column():
|
451 |
+
with gr.Row():
|
452 |
+
gr.Markdown("# 🤖 AI Research Agent")
|
453 |
with gr.Row():
|
454 |
with gr.Column(scale=3): agent_stat_tb = gr.Textbox(label="Agent Status", interactive=False, lines=1, value="Initializing systems...")
|
455 |
with gr.Column(scale=1): memory_backend_info_tb = gr.Textbox(label="Memory Backend", value=f"{MEMORY_STORAGE_BACKEND}", interactive=False)
|