Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 85 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
| 86 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
| 87 |
share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
|
| 88 |
-
with gr.Column(elem_id="generatedAI")
|
| 89 |
TextAI = gr.Textbox(
|
| 90 |
label="🏭 Expanded AI text prompts",
|
| 91 |
lines=4,
|
|
|
|
| 85 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
| 86 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
| 87 |
share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
|
| 88 |
+
with gr.Column(elem_id="generatedAI"):
|
| 89 |
TextAI = gr.Textbox(
|
| 90 |
label="🏭 Expanded AI text prompts",
|
| 91 |
lines=4,
|