Priyanka-Kumavat-At-TE commited on
Commit
373e585
1 Parent(s): daa097c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -80,13 +80,14 @@ if st.button("Click to Predict"):
80
  st.write("**Prediction:**", "The image is not blurry." if prediction == 1 else "The image is blurry.")
81
  st.write("**Variance of Laplacian Score:**", vol)
82
 
 
83
  st.write("""
84
- For the detailed Description of the Model, Project and Technologies used, please go through our Documentation.
85
  """)
86
 
87
  url = 'https://huggingface.co/spaces/ThirdEyeData/Image-Blur-Prediction/blob/main/Documentation.md'
88
 
89
  st.markdown(f'''
90
- <a href={url}><button style="background-color: #5c5a5a;">Click to Read Model's Documentation</button></a>
91
  ''',
92
  unsafe_allow_html=True)
 
80
  st.write("**Prediction:**", "The image is not blurry." if prediction == 1 else "The image is blurry.")
81
  st.write("**Variance of Laplacian Score:**", vol)
82
 
83
+
84
  st.write("""
85
+ **For the detailed Description of the Model, Project and Technologies used, please go through our Documentation**
86
  """)
87
 
88
  url = 'https://huggingface.co/spaces/ThirdEyeData/Image-Blur-Prediction/blob/main/Documentation.md'
89
 
90
  st.markdown(f'''
91
+ <a href={url}><button style="background-color: #668f45;">Click to Read Model's Documentation</button></a>
92
  ''',
93
  unsafe_allow_html=True)