Spaces:
Runtime error
Runtime error
lmoss
commited on
Commit
·
77e0f29
1
Parent(s):
9f3e329
added text
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ url = "https://raw.githubusercontent.com/LukasMosser/PorousMediaGan/raw/master/c
|
|
12 |
# If repo is private - we need to add a token in header:
|
13 |
resp = requests.get(url)
|
14 |
print(resp.status_code)
|
15 |
-
|
16 |
pv.set_plot_theme("document")
|
17 |
pl = pv.Plotter(shape=(1, 1),
|
18 |
window_size=(800, 800))
|
|
|
12 |
# If repo is private - we need to add a token in header:
|
13 |
resp = requests.get(url)
|
14 |
print(resp.status_code)
|
15 |
+
st.text(resp.status_code)
|
16 |
pv.set_plot_theme("document")
|
17 |
pl = pv.Plotter(shape=(1, 1),
|
18 |
window_size=(800, 800))
|