ritikaaA commited on
Commit
ae203c1
·
verified ·
1 Parent(s): 127932e

added soft theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def respond(message, history):
27
  #def echo(message, history):
28
  # return message
29
  print("hello world")
30
- chatbot = gr.ChatInterface(respond, type="messages", title = "LLM Chatbox")
31
  # declaring chatbot so that user can interact and see their conversation history and send new messages
32
 
33
  chatbot.launch()
 
27
  #def echo(message, history):
28
  # return message
29
  print("hello world")
30
+ chatbot = gr.ChatInterface(respond, type="messages", title = "LLM Chatbox", theme = "gradio/soft")
31
  # declaring chatbot so that user can interact and see their conversation history and send new messages
32
 
33
  chatbot.launch()