AashitaK commited on
Commit
fbca0e5
·
verified ·
1 Parent(s): 30205bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -128,8 +128,7 @@ iface = gr.Interface(fn=chatbot,
128
  inputs=inputs,
129
  outputs=outputs,
130
  title="AI Chatbot",
131
- description=header_message,
132
- theme="compact")
133
 
134
  if __name__ == "__main__":
135
  iface.launch()
 
128
  inputs=inputs,
129
  outputs=outputs,
130
  title="AI Chatbot",
131
+ description=header_message)
 
132
 
133
  if __name__ == "__main__":
134
  iface.launch()