Spaces:
Running
Running
upload pdf
Browse files- app.py +5 -0
- pdfs/Predicting issue types on GitHub.pdf +0 -0
app.py
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
import streamlit as st
|
|
|
2 |
|
3 |
x = st.slider('Select a value')
|
4 |
st.write(x, 'squared is', x * x)
|
|
|
|
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
+
import os
|
3 |
|
4 |
x = st.slider('Select a value')
|
5 |
st.write(x, 'squared is', x * x)
|
6 |
+
|
7 |
+
current_working_directory = os.getcwd()
|
8 |
+
print(current_working_directory)
|
9 |
+
os.listdir
|
pdfs/Predicting issue types on GitHub.pdf
ADDED
Binary file (341 kB). View file
|
|