AIPeterWorld commited on
Commit
2312bda
1 Parent(s): 04a7027

Rename app (1).py to app.py

Browse files
Files changed (1) hide show
  1. 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-Interview Generator", 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"
 
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"