Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ def transcribe():
|
|
5 |
return "text"
|
6 |
|
7 |
def generate_html_css():
|
8 |
-
return "<
|
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()
|