Spaces:
Running
Running
AIPeterWorld
commited on
Commit
•
1962df8
1
Parent(s):
685306a
Update app.py
Browse files
app.py
CHANGED
@@ -274,7 +274,7 @@ with gr.Blocks(css=css) as demo:
|
|
274 |
# Centrar el título y la descripción con CSS
|
275 |
gr.Markdown("# Doc-To-Dialogue", elem_id="title")
|
276 |
gr.Markdown(
|
277 |
-
"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 the space will generate a interview for you in less than 1 minute.<br><br>If you have any questions or encounter any issues, don't hesitate to contact me directly [
|
278 |
elem_id="description"
|
279 |
)
|
280 |
gr.Markdown("<hr>") # Línea separadora en HTML
|
|
|
274 |
# Centrar el título y la descripción con CSS
|
275 |
gr.Markdown("# Doc-To-Dialogue", elem_id="title")
|
276 |
gr.Markdown(
|
277 |
+
"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 the space will generate a interview for you in less than 1 minute.<br><br>If you have any questions or encounter any issues, don't hesitate to contact me directly [Linkedin - Pedro Sánchez Alvarez](https://www.linkedin.com/in/psanchezal/).",
|
278 |
elem_id="description"
|
279 |
)
|
280 |
gr.Markdown("<hr>") # Línea separadora en HTML
|