Kedreamix commited on
Commit
aac89e0
1 Parent(s): 4826dc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("gesture.streamlit.py",encoding='utf-8').read())
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():