jingwora commited on
Commit
95310b8
·
1 Parent(s): 7745ef5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -170,10 +170,12 @@ version = """
170
  </div>
171
  """
172
 
 
 
173
  with gr.Blocks(css=css) as demo:
174
  with gr.Column(elem_id="col-container"):
175
  gr.HTML(title)
176
- gr.HTML('<center><img src="https://huggingface.co/spaces/jingwora/Guan-Yin-Bless-You/resolve/main/guan-yin-01.jpg" alt="guan-yin-01.jpg" style="width:400px;"></center>')
177
 
178
  with gr.Row(equal_height=True):
179
  wish = gr.Textbox(label="ความปรารถนา ❤️", placeholder="บอกความปรารถนาของท่าน", scale=10)
@@ -188,4 +190,4 @@ with gr.Blocks(css=css) as demo:
188
  bot, chatbot, chatbot)
189
 
190
 
191
- demo.queue(concurrency_count=5, max_size=20).launch(debug=True)
 
170
  </div>
171
  """
172
 
173
+ guanyin = '<center><img src="https://huggingface.co/spaces/jingwora/Guan-Yin-Bless-You/resolve/main/guan-yin-01.gif" alt="guan-yin-01.gif" style="width:400px;"></center>'
174
+
175
  with gr.Blocks(css=css) as demo:
176
  with gr.Column(elem_id="col-container"):
177
  gr.HTML(title)
178
+ gr.HTML(guanyin)
179
 
180
  with gr.Row(equal_height=True):
181
  wish = gr.Textbox(label="ความปรารถนา ❤️", placeholder="บอกความปรารถนาของท่าน", scale=10)
 
190
  bot, chatbot, chatbot)
191
 
192
 
193
+ demo.queue(concurrency_count=5, max_size=20).launch(debug=True)