Shad0ws commited on
Commit
ed2aff7
·
1 Parent(s): 04d9390

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -241,8 +241,8 @@ def generate_ppt(file, topic, slide_length, api_key):
241
  # outputs=[output_file]
242
  # )
243
 
244
- with gr.Blocks(title="ChatGPT PPT frame generation") as demo:
245
- gr.Markdown("""<h1><center>ChatGPT PPT frame generation</center></h1>""")
246
  with gr. Row():
247
  with gr. Column():
248
  openai_token = gr. Textbox(label="OpenAI API Key", type='password')
 
241
  # outputs=[output_file]
242
  # )
243
 
244
+ with gr.Blocks(title="AI Generated Presentation") as demo:
245
+ gr.Markdown("""<h1><center>AI Generated Presentation</center></h1>""")
246
  with gr. Row():
247
  with gr. Column():
248
  openai_token = gr. Textbox(label="OpenAI API Key", type='password')