Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ def handle_message(user_message):
|
|
43 |
iface = gr.Interface(fn=handle_message, inputs="text", outputs="text", title="Quantum Marketing AI")
|
44 |
|
45 |
# Launch the interface
|
46 |
-
iface.launch(share=True)
|
|
|
43 |
iface = gr.Interface(fn=handle_message, inputs="text", outputs="text", title="Quantum Marketing AI")
|
44 |
|
45 |
# Launch the interface
|
46 |
+
iface.launch(share=True)
|