Yuchan5386 commited on
Commit
3c64a9f
ยท
verified ยท
1 Parent(s): f3d609f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -218,8 +218,8 @@ with gr.Blocks() as demo: # title ์ œ๊ฑฐ๋จ
218
  gr.Markdown("---")
219
 
220
  with gr.Row():
221
- with gr.Column(scale=1):
222
- chatbot = gr.Chatbot(label="KeraLux ์ฑ„ํŒ…์ฐฝ", bubble_full_width=False)
223
  with gr.Column(scale=0):
224
  msg = gr.Textbox(
225
  label="๋‹น์‹ ์˜ ์งˆ๋ฌธ์„ ์ž…๋ ฅํ•˜์„ธ์š”!",
 
218
  gr.Markdown("---")
219
 
220
  with gr.Row():
221
+ with gr.Column(scale=1):
222
+ chatbot = gr.Chatbot(label="KeraLux", type="messages") # ์ด๊ฑฐ ๊ผญ ๋ช…์‹œ
223
  with gr.Column(scale=0):
224
  msg = gr.Textbox(
225
  label="๋‹น์‹ ์˜ ์งˆ๋ฌธ์„ ์ž…๋ ฅํ•˜์„ธ์š”!",