R-Kentaren commited on
Commit
967bbbf
·
verified ·
1 Parent(s): 733d870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -117,11 +117,8 @@ demo = gr.ChatInterface(
117
  ],
118
  title="Chatbot with Hugging Face Inference API",
119
  description="Interact with a chatbot powered by Hugging Face models. Provide your API token and customize settings.",
120
- theme="soft",
121
- submit_btn="Send Message",
122
- retry_btn="Retry",
123
- undo_btn="Undo",
124
- clear_btn="Clear Chat",
125
  )
126
 
127
  if __name__ == "__main__":
 
117
  ],
118
  title="Chatbot with Hugging Face Inference API",
119
  description="Interact with a chatbot powered by Hugging Face models. Provide your API token and customize settings.",
120
+ theme="base",
121
+
 
 
 
122
  )
123
 
124
  if __name__ == "__main__":