Ashrafb commited on
Commit
fbd84ae
·
1 Parent(s): 9a18453

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -21
app.py CHANGED
@@ -145,27 +145,7 @@ with gr.Blocks(css="footer {display: none !important;}") as demo:
145
 
146
  see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt], queue=False)
147
 
148
- gr.HTML("""
149
- <div class="footer" style="margin-bottom: 45px;
150
- margin-top: 35px;
151
- text-align: center;
152
- border-bottom: 1px solid #e5e5e5"
153
- >
154
- <p style="font-size: .8rem;
155
- display: inline-block;
156
- padding: 0 10px;
157
- transform: translateY(10px);
158
- background: white" >
159
- </p>
160
- </div>
161
- <div class="acknowledgments" style="margin: 1.25em 0 .25em 0;
162
-
163
- font-size: 96%">
164
- <p>
165
- </p>
166
- </div>
167
-
168
- """)
169
 
170
 
171
  demo.launch(enable_queue=True, inline=True)
 
145
 
146
  see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt], queue=False)
147
 
148
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
 
150
 
151
  demo.launch(enable_queue=True, inline=True)