Update app.py
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ if __name__ == '__main__':
|
|
38 |
|
39 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
40 |
description="Ask anything you want",
|
41 |
-
theme="compact").launch(
|
|
|
38 |
|
39 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
40 |
description="Ask anything you want",
|
41 |
+
theme="compact").launch()
|