Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
| 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}")
|