Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def main():
|
|
| 36 |
st.sidebar.success('To continue select "Run the app".')
|
| 37 |
elif app_mode == "Show the source code":
|
| 38 |
readme_text.empty()
|
| 39 |
-
st.code(open("
|
| 40 |
elif app_mode == "Run the app":
|
| 41 |
# Download external dependencies.
|
| 42 |
for filename in EXTERNAL_DEPENDENCIES.keys():
|
|
|
|
| 36 |
st.sidebar.success('To continue select "Run the app".')
|
| 37 |
elif app_mode == "Show the source code":
|
| 38 |
readme_text.empty()
|
| 39 |
+
st.code(open("app.py",encoding='utf-8').read())
|
| 40 |
elif app_mode == "Run the app":
|
| 41 |
# Download external dependencies.
|
| 42 |
for filename in EXTERNAL_DEPENDENCIES.keys():
|