Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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')
|