Meet Radadiya commited on
Commit
45b75f0
·
1 Parent(s): 95c9bdc

Fine Tune Output!

Browse files
Files changed (1) hide show
  1. app.py +2 -7
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("MediSight\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(
@@ -681,12 +681,7 @@ def render_sidebar():
681
  <span class="tooltiptext">Always consult with a qualified healthcare professional for diagnosis and treatment.</span>
682
  </div>
683
  """, unsafe_allow_html=True)
684
- st.markdown('</div>', unsafe_allow_html=True)
685
-
686
- # API Selection
687
- st.markdown('<div class="sidebar-item">', unsafe_allow_html=True)
688
- st.markdown('<div class="sidebar-title">API Configuration</div>', unsafe_allow_html=True)
689
-
690
 
691
 
692
  st.markdown('</div>', unsafe_allow_html=True)
 
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(
 
681
  <span class="tooltiptext">Always consult with a qualified healthcare professional for diagnosis and treatment.</span>
682
  </div>
683
  """, unsafe_allow_html=True)
684
+ st.markdown('</div>', unsafe_allow_html=True)
 
 
 
 
 
685
 
686
 
687
  st.markdown('</div>', unsafe_allow_html=True)