RaiRamones commited on
Commit
60d32b2
·
verified ·
1 Parent(s): 7b72c81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -387,7 +387,7 @@ st.set_page_config(layout="wide", page_title="Visual AI Automation Builder ", pa
387
  # st.image("logo.png", width=100) # <--- Add logo here
388
  # st.image("logo.png", width=300, height=200)
389
  # Or, let it automatically stretch to the column width
390
- st.image("/static/logo.png", use_container_width=True)
391
  st.title("🤖🧠 Visual AI Automation Builder")
392
  now = datetime.now(); current_timestamp = now.strftime("%Y-%m-%d %H:%M:%S")
393
  st.caption(f"Uses Dictionary State. LLM: `gpt-4o` (bound: `{web_search_tool_dict}`). Refresh: {current_timestamp}")
 
387
  # st.image("logo.png", width=100) # <--- Add logo here
388
  # st.image("logo.png", width=300, height=200)
389
  # Or, let it automatically stretch to the column width
390
+ st.image("static/logo.png", use_container_width=True)
391
  st.title("🤖🧠 Visual AI Automation Builder")
392
  now = datetime.now(); current_timestamp = now.strftime("%Y-%m-%d %H:%M:%S")
393
  st.caption(f"Uses Dictionary State. LLM: `gpt-4o` (bound: `{web_search_tool_dict}`). Refresh: {current_timestamp}")