abaliyan commited on
Commit
6e21f3e
·
verified ·
1 Parent(s): 1eec944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -59,9 +59,7 @@ def main():
59
  else:
60
  st.error("No input detected, Enter the desired information.")
61
 
62
- if st.sidebar.button("About"):
63
- about_text = open("README.md", 'r').read()
64
- st.markdown(about_text)
65
 
66
  if __name__ == '__main__':
67
  main()
 
59
  else:
60
  st.error("No input detected, Enter the desired information.")
61
 
62
+
 
 
63
 
64
  if __name__ == '__main__':
65
  main()