RefalMachine commited on
Commit
c98090e
·
verified ·
1 Parent(s): 010b364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -111,7 +111,10 @@ latex_delimiters = [{
111
  "right": "\\]",
112
  "display": True
113
  }]
114
- chatbot = gr.Chatbot()
 
 
 
115
  demo = gr.ChatInterface(
116
  respond,
117
  additional_inputs=[
 
111
  "right": "\\]",
112
  "display": True
113
  }]
114
+ chatbot = gr.Chatbot(label="Chatbot",
115
+ scale=1,
116
+ height=400,
117
+ latex_delimiters=latex_delimiters)
118
  demo = gr.ChatInterface(
119
  respond,
120
  additional_inputs=[