Shweta7171 commited on
Commit
ca7c161
·
verified ·
1 Parent(s): d9f6c99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -46,4 +46,7 @@ def main():
46
  text = audio_to_text(audio_uploaded)
47
  st.write(text)
48
 
49
- st.markdown("<p class='footer'>Powered by GenAI</p>", unsafe_allow_html
 
 
 
 
46
  text = audio_to_text(audio_uploaded)
47
  st.write(text)
48
 
49
+ st.markdown("<p class='footer'>Powered by GenAI</p>", unsafe_allow_html=True)
50
+
51
+ if __name__ == '__main__':
52
+ main()