cdleong commited on
Commit
a161e2d
·
1 Parent(s): 1ab459a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import langcodes
3
- #import asyncio
4
  #loop = asyncio.get_running_loop()
5
  loop = asyncio.new_event_loop()
6
  asyncio.set_event_loop(loop)
 
1
  import streamlit as st
2
  import langcodes
3
+ import asyncio
4
  #loop = asyncio.get_running_loop()
5
  loop = asyncio.new_event_loop()
6
  asyncio.set_event_loop(loop)