Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ header {visibility: hidden;}
|
|
104 |
# --- Branding + clear button at top
|
105 |
st.markdown("""
|
106 |
<div class="lor-brand-bar">
|
107 |
-
<img src="https://
|
108 |
<div style="font-size: 13px; color: #888;">Powered by LOR Technologies</div>
|
109 |
<button class="clear-chat-btn-top" onclick="window.location.href='?clear=1'">🗑️</button>
|
110 |
</div>
|
|
|
104 |
# --- Branding + clear button at top
|
105 |
st.markdown("""
|
106 |
<div class="lor-brand-bar">
|
107 |
+
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTs6p5xIe_da-eyP8veJTWOMK81YZc1rvVAqIFv9zU9aeFqFADNuplIqTJ1&s=10" class="logo-mini" />
|
108 |
<div style="font-size: 13px; color: #888;">Powered by LOR Technologies</div>
|
109 |
<button class="clear-chat-btn-top" onclick="window.location.href='?clear=1'">🗑️</button>
|
110 |
</div>
|