Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 245 |
-
gr.Markdown("""<h1><center>
|
| 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')
|