Spaces:
Running
Running
Umang Chaudhry
commited on
Commit
·
4960576
1
Parent(s):
61664b7
filepath fix for images
Browse files
app.py
CHANGED
@@ -55,9 +55,9 @@ def decrypt(encrypted_api_key: bytes, fernet) -> str:
|
|
55 |
|
56 |
def add_logos():
|
57 |
st.markdown(
|
58 |
-
':
|
57 |
st.markdown(
|
58 |
+
'')
|
59 |
st.markdown(
|
60 |
+
'')
|
61 |
|
62 |
|
63 |
# Render the login module
|