Spaces:
Build error
Build error
remove back button
Browse files
app.py
CHANGED
|
@@ -280,10 +280,6 @@ if __name__ == "__main__":
|
|
| 280 |
]
|
| 281 |
)
|
| 282 |
|
| 283 |
-
|
| 284 |
-
iface.clear_btn.click(
|
| 285 |
-
fn=lambda: str(uuid.uuid4()),
|
| 286 |
-
outputs=[session_id_state]
|
| 287 |
-
)
|
| 288 |
|
| 289 |
iface.launch(share=False, server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 280 |
]
|
| 281 |
)
|
| 282 |
|
| 283 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 284 |
|
| 285 |
iface.launch(share=False, server_name="0.0.0.0", server_port=7860)
|