Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ def launch_interface():
|
|
162 |
title="Document Chatbot",
|
163 |
description="Upload a PDF contract to chat with the AI lawyer."
|
164 |
) as interface:
|
165 |
-
interface.launch(
|
166 |
|
167 |
if __name__ == "__main__":
|
168 |
launch_interface()
|
|
|
162 |
title="Document Chatbot",
|
163 |
description="Upload a PDF contract to chat with the AI lawyer."
|
164 |
) as interface:
|
165 |
+
interface.launch()
|
166 |
|
167 |
if __name__ == "__main__":
|
168 |
launch_interface()
|