EranPer commited on
Commit
3700048
1 Parent(s): e745f0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -128,7 +128,6 @@ if __name__ == '__main__':
128
  else:
129
  text = "bad"
130
  st.title("Your photo is in " + text + " quality")
131
- st.write("Here are the reasons why...")
132
  df = pd.DataFrame(data=np.zeros((7, 2)),
133
  columns=['Reason', 'Confidence Level'],
134
  index=np.linspace(1, 7, 7, dtype=int))
 
128
  else:
129
  text = "bad"
130
  st.title("Your photo is in " + text + " quality")
 
131
  df = pd.DataFrame(data=np.zeros((7, 2)),
132
  columns=['Reason', 'Confidence Level'],
133
  index=np.linspace(1, 7, 7, dtype=int))