LaoCzi commited on
Commit
7dc5633
·
1 Parent(s): cd78ca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ footer{display:none !important}
74
  with gr.Blocks(css=css) as demo:
75
  with gr.Row():
76
  with gr.Column(scale=2):
77
- chatbot = gr.Chatbot([(None, "Привіт! Що ти хочеш дізнатися про YouControl!")], height=300)
78
  with gr.Column(scale=1):
79
  context = gr.Textbox(lines=11, label="Last Context")
80
  with gr.Row():
 
74
  with gr.Blocks(css=css) as demo:
75
  with gr.Row():
76
  with gr.Column(scale=2):
77
+ chatbot = gr.Chatbot([(None, "Привіт! Що ти хочеш дізнатися про YouControl?")], height=300)
78
  with gr.Column(scale=1):
79
  context = gr.Textbox(lines=11, label="Last Context")
80
  with gr.Row():