Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,4 +176,4 @@ with gr.Blocks() as RulesLawyer:
|
|
| 176 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
| 177 |
|
| 178 |
if __name__ == "__main__":
|
| 179 |
-
RulesLawyer.launch(
|
|
|
|
| 176 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
| 177 |
|
| 178 |
if __name__ == "__main__":
|
| 179 |
+
RulesLawyer.launch()
|