Spaces:
Running
Running
AIPeterWorld
commited on
Rename app (1).py to app.py
Browse files- app (1).py → app.py +1 -1
app (1).py → app.py
RENAMED
@@ -271,7 +271,7 @@ css = """
|
|
271 |
|
272 |
with gr.Blocks(css=css) as demo:
|
273 |
# Centrar el título y la descripción con CSS
|
274 |
-
gr.Markdown("# Doc-To-
|
275 |
gr.Markdown(
|
276 |
"Turn your documents—whether market or research reports, user guides, manuals, or others—into an engaging interview or discussion where the most relevant insights are summarized. Just upload a PDF and let us generate the final audio for you.<br><br>If you have any questions or encounter any issues, don't hesitate to contact me directly [here](https://www.linkedin.com/in/psanchezal/).",
|
277 |
elem_id="description"
|
|
|
271 |
|
272 |
with gr.Blocks(css=css) as demo:
|
273 |
# Centrar el título y la descripción con CSS
|
274 |
+
gr.Markdown("# Doc-To-Dialogue", elem_id="title")
|
275 |
gr.Markdown(
|
276 |
"Turn your documents—whether market or research reports, user guides, manuals, or others—into an engaging interview or discussion where the most relevant insights are summarized. Just upload a PDF and let us generate the final audio for you.<br><br>If you have any questions or encounter any issues, don't hesitate to contact me directly [here](https://www.linkedin.com/in/psanchezal/).",
|
277 |
elem_id="description"
|