Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -638,11 +638,10 @@ with gr.Blocks(title="AI Marketing Content Generator") as demo:
|
|
638 |
- Keys stored temporarily in memory only
|
639 |
- Not saved or logged anywhere
|
640 |
- Connection is encrypted
|
|
|
|
|
641 |
""")
|
642 |
-
|
643 |
-
## If your API keys not working or If you want to fall back to Default Keys, Click Update Keys & Restart Connection to get back to Default keys
|
644 |
-
""")
|
645 |
-
|
646 |
with gr.TabItem("🖼️ Single Image"):
|
647 |
with gr.Row():
|
648 |
with gr.Column():
|
|
|
638 |
- Keys stored temporarily in memory only
|
639 |
- Not saved or logged anywhere
|
640 |
- Connection is encrypted
|
641 |
+
|
642 |
+
### If your API keys not working or If you want to fall back to Default Keys, Click Update Keys & Restart Connection to get back to Default keys
|
643 |
""")
|
644 |
+
|
|
|
|
|
|
|
645 |
with gr.TabItem("🖼️ Single Image"):
|
646 |
with gr.Row():
|
647 |
with gr.Column():
|