Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
123 |
"""
|
124 |
<div>
|
125 |
<img src="https://raw.githubusercontent.com/pixeltable/pixeltable/main/docs/source/data/pixeltable-logo-large.png" alt="Pixeltable" style="max-width: 200px; margin-bottom: 20px;" />
|
126 |
-
<h1 style="margin-bottom: 0.5em;">📄 Document to Audio Synthesis
|
127 |
</div>
|
128 |
"""
|
129 |
)
|
|
|
123 |
"""
|
124 |
<div>
|
125 |
<img src="https://raw.githubusercontent.com/pixeltable/pixeltable/main/docs/source/data/pixeltable-logo-large.png" alt="Pixeltable" style="max-width: 200px; margin-bottom: 20px;" />
|
126 |
+
<h1 style="margin-bottom: 0.5em;">📄 Document to Audio Synthesis 🎧</h1>
|
127 |
</div>
|
128 |
"""
|
129 |
)
|