leolaish commited on
Commit
064523c
·
verified ·
1 Parent(s): 3ef494f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ def respond(
42
  """
43
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
44
  """
 
45
  demo = gr.ChatInterface(
46
  respond,
47
  additional_inputs=[
 
42
  """
43
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
44
  """
45
+ textbox_css = {"border": "2px solid black"} # Customize the border style here
46
  demo = gr.ChatInterface(
47
  respond,
48
  additional_inputs=[