Spaces:
Running
Running
Meet Radadiya
commited on
Commit
·
b1c57aa
1
Parent(s):
45b75f0
Ui changes
Browse files
app.py
CHANGED
@@ -589,7 +589,7 @@ def generate_radiology_report(uploaded_file, api_choice='groq'):
|
|
589 |
# ======================
|
590 |
def display_animated_logo():
|
591 |
"""Display an animated medical logo"""
|
592 |
-
logo_b64 = encode_logo("/src/
|
593 |
|
594 |
# If logo file doesn't exist, use the placeholder from encode_logo
|
595 |
st.markdown(
|
|
|
589 |
# ======================
|
590 |
def display_animated_logo():
|
591 |
"""Display an animated medical logo"""
|
592 |
+
logo_b64 = encode_logo("/src/radiology.png")
|
593 |
|
594 |
# If logo file doesn't exist, use the placeholder from encode_logo
|
595 |
st.markdown(
|