Falln87 commited on
Commit
398cbda
·
verified ·
1 Parent(s): b6ad516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -36,10 +36,9 @@ def respond(
36
  response += token
37
  yield response
38
 
39
- """
40
- For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
41
- """
42
  demo = gr.ChatInterface(
 
43
  respond,
44
  additional_inputs=[
45
  gr.Textbox(value="You are a helpful Chatbot created by FallnAI.", label="System message"),
 
36
  response += token
37
  yield response
38
 
39
+
 
 
40
  demo = gr.ChatInterface(
41
+ theme=victorrauwcc/RCC,
42
  respond,
43
  additional_inputs=[
44
  gr.Textbox(value="You are a helpful Chatbot created by FallnAI.", label="System message"),