awacke1 commited on
Commit
23cb5b2
·
verified ·
1 Parent(s): 4a24a3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -71,4 +71,7 @@ st.markdown("""
71
  </script>
72
 
73
  <div id="transcription">Your transcriptions will appear here:</div>
74
- """, unsafe_allow_html=True)
 
 
 
 
71
  </script>
72
 
73
  <div id="transcription">Your transcriptions will appear here:</div>
74
+ """, unsafe_allow_html=True)
75
+
76
+ if __name__ == "__main__":
77
+ asyncio.run(main_logic())