Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
import
|
2 |
|
3 |
-
|
4 |
-
print("hello")
|
5 |
-
|
6 |
-
if st.button("Generate Text"):
|
7 |
-
# When the button is clicked, call the generate_text function
|
8 |
-
generated_text = gene()
|
9 |
-
st.write("Generated Text:")
|
10 |
-
st.write(generated_text)
|
|
|
1 |
+
import subprocess
|
2 |
|
3 |
+
subprocess.run("!ls")
|
|
|
|
|
|
|
|
|
|
|
|
|
|