tarekfer8 commited on
Commit
a4db8d8
·
verified ·
1 Parent(s): 7d85d47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -58,6 +58,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
58
  demo = gr.ChatInterface(
59
  respond,
60
  additional_inputs=[
 
61
  gr.Textbox(value="You are a friendly Chatbot.", label="What would you like to know about Djezzy "),
62
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
63
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
 
58
  demo = gr.ChatInterface(
59
  respond,
60
  additional_inputs=[
61
+ gr.input.Textbox(lines=1 , placeholder="What would you like to know about Djezzy ")
62
  gr.Textbox(value="You are a friendly Chatbot.", label="What would you like to know about Djezzy "),
63
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
64
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),