Yuchan5386 commited on
Commit
e287b98
·
verified ·
1 Parent(s): 1ab6642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,5 +196,5 @@ def respond(user_input, chat_history):
196
  yield response
197
 
198
  with gr.Blocks() as demo:
199
- chatbot = gr.ChatInterface(fn=respond, height=600, width=400) # 적당히 조절해보기
200
  demo.launch(favicon_path="1.png")
 
196
  yield response
197
 
198
  with gr.Blocks() as demo:
199
+ chatbot = gr.ChatInterface(fn=respond) # 적당히 조절해보기
200
  demo.launch(favicon_path="1.png")