DavidFernandes commited on
Commit
64211d1
·
verified ·
1 Parent(s): df8844b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -237,7 +237,6 @@ def generate_ppt(file, topic, slide_length, api_key):
237
 
238
 
239
  with gr.Blocks(title="AI Generated Presentation") as demo:
240
- gr.Markdown("""<h1><center>AI Generated Presentation</center></h1>""")
241
  with gr. Row():
242
  with gr. Column():
243
  openai_token = gr. Textbox(label="OpenAI API Key", type='password')
 
237
 
238
 
239
  with gr.Blocks(title="AI Generated Presentation") as demo:
 
240
  with gr. Row():
241
  with gr. Column():
242
  openai_token = gr. Textbox(label="OpenAI API Key", type='password')