awacke1 commited on
Commit
7af05c2
1 Parent(s): 877d3c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,