Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ if "authenticated" not in st.session_state:
|
|
| 33 |
with st.sidebar:
|
| 34 |
# BSNL Logo (local file)
|
| 35 |
st.image(
|
| 36 |
-
"
|
| 37 |
width=150
|
| 38 |
)
|
| 39 |
st.header("RAG Control Panel")
|
|
|
|
| 33 |
with st.sidebar:
|
| 34 |
# BSNL Logo (local file)
|
| 35 |
st.image(
|
| 36 |
+
"bsnl_logo.png",
|
| 37 |
width=150
|
| 38 |
)
|
| 39 |
st.header("RAG Control Panel")
|