svjack commited on
Commit
46514dd
Β·
1 Parent(s): 7ae0318

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -474,7 +474,19 @@ with gr.Blocks(css = css) as demo:
474
  src="https://svjack-chatglm3-few-shot-demo.hf.space/?input_list_index=0"
475
  frameborder="0"
476
  width="768"
477
- height="512"
 
 
 
 
 
 
 
 
 
 
 
 
478
  ></iframe>
479
  </div>
480
  '''
 
474
  src="https://svjack-chatglm3-few-shot-demo.hf.space/?input_list_index=0"
475
  frameborder="0"
476
  width="768"
477
+ height="1024"
478
+ ></iframe>
479
+ </div>
480
+ '''
481
+ )
482
+ gr.HTML(
483
+ '''
484
+ <div style="justify-content: center; display: flex;">
485
+ <iframe
486
+ src="https://svjack-chatglm3-few-shot-demo.hf.space/?input_list_index=1"
487
+ frameborder="0"
488
+ width="768"
489
+ height="1024"
490
  ></iframe>
491
  </div>
492
  '''