Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ if __name__ == "__main__":
|
|
53 |
iface = gr.Interface(fn=qabot, inputs=gr.Textbox(lines=7, label='Enter your query'),
|
54 |
outputs="text",
|
55 |
title="ESG Chatbot")
|
56 |
-
iface.launch(
|
|
|
53 |
iface = gr.Interface(fn=qabot, inputs=gr.Textbox(lines=7, label='Enter your query'),
|
54 |
outputs="text",
|
55 |
title="ESG Chatbot")
|
56 |
+
iface.launch(inline=False)
|