Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,5 +16,5 @@ if uploaded_file is not None:
|
|
16 |
text_loader = TextLoader(open("uploaded_file.txt","rb"))
|
17 |
file_content = text_loader.load()
|
18 |
|
19 |
-
st.write("File content:")
|
20 |
-
st.text(file_content)
|
|
|
16 |
text_loader = TextLoader(open("uploaded_file.txt","rb"))
|
17 |
file_content = text_loader.load()
|
18 |
|
19 |
+
# st.write("File content:")
|
20 |
+
# st.text(file_content)
|