Duckin commited on
Commit
64e6f71
1 Parent(s): d0e6bb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with st.container():
129
  st.title("Breast cancer diagnosis by transformer model")
130
  st.subheader("Hi :wave:")
131
  st.write("This website will help you to diagnose breast cancer images that collected by surgical open biopsy method(SOB)")
132
- st.write("The data that you will input must same to BREAKHIS dataset [Learn more >](https://google.com)")
133
 
134
  # --Sidebar--
135
  with st.sidebar:
 
129
  st.title("Breast cancer diagnosis by transformer model")
130
  st.subheader("Hi :wave:")
131
  st.write("This website will help you to diagnose breast cancer images that collected by surgical open biopsy method(SOB)")
132
+ st.write("The data that you will input must same to BREAKHIS dataset [Learn more >](https://docs.google.com/document/d/12NYTJkh2yKdR75XQhD3OwQoYFFwqIK7mkSVbd0-VWok/edit?usp=drivesdk)")
133
 
134
  # --Sidebar--
135
  with st.sidebar: