Update app.py
Browse files
app.py
CHANGED
@@ -42,4 +42,4 @@ elif option == "Upload PDF":
|
|
42 |
st.subheader("Simplified Text:")
|
43 |
st.text_area("Simplified Output", simplified_text, height=150)
|
44 |
|
45 |
-
st.write("\nMade
|
|
|
42 |
st.subheader("Simplified Text:")
|
43 |
st.text_area("Simplified Output", simplified_text, height=150)
|
44 |
|
45 |
+
st.write("\nMade by Harshitha")
|