on1onmangoes commited on
Commit
6ce2396
·
1 Parent(s): 51b7da3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -7,4 +7,6 @@ text = st.text_area('enter some text')
7
 
8
  if text:
9
  out = pipe(text)
10
- st.json(out)
 
 
 
7
 
8
  if text:
9
  out = pipe(text)
10
+ st.json(out)
11
+
12
+ st.markdown("<h1 style = text align:center;'> Audio to Text Convertor </h1>",unsafe_allow_html = True)