eaglelandsonce commited on
Commit
5237b06
·
verified ·
1 Parent(s): 3ef4cc3

Update pages/25_Patient_Talk.py

Browse files
Files changed (1) hide show
  1. pages/25_Patient_Talk.py +2 -2
pages/25_Patient_Talk.py CHANGED
@@ -2,9 +2,9 @@ import streamlit as st
2
 
3
 
4
  # Display an image
5
- st.image("patienttalk.png", caption="Sample Image", use_column_width=True)
 
6
 
7
- st.image("patienttalk.png", caption="Online Image", use_column_width=True)
8
 
9
 
10
  """
 
2
 
3
 
4
  # Display an image
5
+ st.image("patienttalk.png", caption="Patient Talk", use_column_width=True)
6
+
7
 
 
8
 
9
 
10
  """