hmb HF staff commited on
Commit
7c5a08f
1 Parent(s): 5b6fd34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def transcribe():
5
  return "text"
6
 
7
  def generate_html_css():
8
- return "<div>html text</div>"
9
 
10
  def process_audio():
11
  transcription = transcribe()
 
5
  return "text"
6
 
7
  def generate_html_css():
8
+ return "<p style=\"font-size: 16px;\">Hello world.</p>\n\n<style>\nbody {\n font-size: 16px;\n}</style>"
9
 
10
  def process_audio():
11
  transcription = transcribe()