broadfield-dev commited on
Commit
ae980d9
·
verified ·
1 Parent(s): 1c5d63e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.Markdown("# 🤖 AI Research Agent")
452
- # Removed subtitle from here, can be added in description of Space if hosted on HF
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)