Prompthumanizer commited on
Commit
0f1846e
Β·
verified Β·
1 Parent(s): 76ee063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -338,16 +338,16 @@ def create_jain_interface():
338
  """)
339
 
340
  with gr.Row():
341
- with gr.Column(scale=3):
342
- # μ±„νŒ… μΈν„°νŽ˜μ΄μŠ€
343
- chatbot = gr.Chatbot(
344
- type='messages',
345
- label="πŸ’¬ 제인과의 λŒ€ν™”",
346
- height=500,
347
- show_label=True,
348
- container=True,
349
- bubble_full_width=False
350
- )
351
 
352
  msg = gr.Textbox(
353
  label="λ©”μ‹œμ§€ μž…λ ₯",
 
338
  """)
339
 
340
  with gr.Row():
341
+ with gr.Column(scale=3):
342
+ # μ±„νŒ… μΈν„°νŽ˜μ΄μŠ€
343
+ chatbot = gr.Chatbot(
344
+ type='messages',
345
+ label="πŸ’¬ 제인과의 λŒ€ν™”",
346
+ height=500,
347
+ show_label=True,
348
+ container=True,
349
+ bubble_full_width=False
350
+ )
351
 
352
  msg = gr.Textbox(
353
  label="λ©”μ‹œμ§€ μž…λ ₯",