Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ additional_inputs = [
50
  gr.Number(precision=0, value=42, label="Seed", info="A starting point to initiate generation, use 0 for random")
51
  ]
52
 
53
- gr.ChatInterface(
54
  fn=generate_response,
55
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
56
  additional_inputs=additional_inputs,
 
50
  gr.Number(precision=0, value=42, label="Seed", info="A starting point to initiate generation, use 0 for random")
51
  ]
52
 
53
+ gr.ChatInterface(theme='JohnSmith9982/small_and_pretty'
54
  fn=generate_response,
55
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
56
  additional_inputs=additional_inputs,