Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,7 @@ def main():
|
|
59 |
else:
|
60 |
st.error("No input detected, Enter the desired information.")
|
61 |
|
62 |
-
|
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()
|