Spaces:
Build error
Build error
Update app.py
Browse files
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()
|