Sabina Muratova commited on
Commit
2b4ea64
·
1 Parent(s): b30cedc

Add application file

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -43,3 +43,6 @@ else:
43
  st.info("Enter text and click 'Translate' to see the result.")
44
 
45
 
 
 
 
 
43
  st.info("Enter text and click 'Translate' to see the result.")
44
 
45
 
46
+ if __name__ == '__main__':
47
+ import streamlit.web.cli as stcli
48
+ stcli.main()