Spaces:
Sleeping
Sleeping
Meet Radadiya
commited on
Commit
·
9674c99
1
Parent(s):
ff2cf61
Fixes
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/Round_image_depicting_a_futuristic_medical_image_a-1742282117033-photoaidcom-cropped.png")
|
593 |
|
594 |
# If logo file doesn't exist, use the placeholder from encode_logo
|
595 |
st.markdown(
|