yuchenlin commited on
Commit
d5ed8fa
1 Parent(s): 9374880
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -87,7 +87,9 @@ with gr.Blocks(gr.themes.Soft(), js=js_code_label) as demo:
87
  # additional_inputs_accordion="⚙️ Parameters",
88
  # fill_height=True,
89
  )
 
90
  chat.chatbot.height = 550
 
91
 
92
  if __name__ == "__main__":
93
  demo.launch(show_api=False)
 
87
  # additional_inputs_accordion="⚙️ Parameters",
88
  # fill_height=True,
89
  )
90
+ chat.chatbot.label="Chat with Base LLMs via URIAL"
91
  chat.chatbot.height = 550
92
+ chat.chatbot.show_copy_button = True
93
 
94
  if __name__ == "__main__":
95
  demo.launch(show_api=False)