awacke1 commited on
Commit
daf2e81
·
1 Parent(s): 1881851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -13
app.py CHANGED
@@ -84,19 +84,7 @@ with gr.Blocks(css=css) as demo:
84
  with gr.Group(elem_id="share-btn-container"):
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,
92
- elem_id="translated1"
93
- )
94
- TextAI2 = gr.Textbox(
95
- label="🏭 Expanded AI text prompts",
96
- lines=4,
97
- elem_id="translated2"
98
- )
99
-
100
  see_prompts.click(get_prompts,
101
  inputs = [input_text],
102
  outputs = [
 
84
  with gr.Group(elem_id="share-btn-container"):
85
  community_icon = gr.HTML(community_icon_html, visible=False)
86
  loading_icon = gr.HTML(loading_icon_html, visible=False)
87
+
 
 
 
 
 
 
 
 
 
 
 
 
88
  see_prompts.click(get_prompts,
89
  inputs = [input_text],
90
  outputs = [