tarekfer8 commited on
Commit
d304264
·
verified ·
1 Parent(s): 6887d64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ demo = gr.ChatInterface(
63
  respond,
64
  title="Djezzy Chatbot",
65
  css=custom_css,
 
66
  additional_inputs=[
67
 
68
  gr.Textbox(value="You are a friendly Chatbot.",placeholder="What would you like to know about Djezzy "),
 
63
  respond,
64
  title="Djezzy Chatbot",
65
  css=custom_css,
66
+ textbox=gr.Textbox(placeholder="What would you like to know about Dezzy?", container=False, scale=7),
67
  additional_inputs=[
68
 
69
  gr.Textbox(value="You are a friendly Chatbot.",placeholder="What would you like to know about Djezzy "),