Spaces:
Sleeping
Sleeping
Apurva Tiwari
commited on
Commit
·
6d01dcc
1
Parent(s):
c620ab3
minor: clean up comments
Browse files
app.py
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
"""
|
| 2 |
Quantum Applications - Unified Single-Server App
|
| 3 |
|
| 4 |
-
This app provides
|
| 5 |
-
avoiding the multi-server/iframe approach that causes issues on HuggingFace Spaces.
|
| 6 |
"""
|
| 7 |
import os
|
| 8 |
import errno
|
|
@@ -53,7 +52,7 @@ em.set_server(server)
|
|
| 53 |
qlbm_embedded.init_state()
|
| 54 |
em.init_state()
|
| 55 |
|
| 56 |
-
# Register EM handlers
|
| 57 |
em.register_handlers()
|
| 58 |
|
| 59 |
# --- Build the Layout ---
|
|
|
|
| 1 |
"""
|
| 2 |
Quantum Applications - Unified Single-Server App
|
| 3 |
|
| 4 |
+
This app provides EM scattering and QLBM pages in a single Trame server.
|
|
|
|
| 5 |
"""
|
| 6 |
import os
|
| 7 |
import errno
|
|
|
|
| 52 |
qlbm_embedded.init_state()
|
| 53 |
em.init_state()
|
| 54 |
|
| 55 |
+
# Register EM handlers
|
| 56 |
em.register_handlers()
|
| 57 |
|
| 58 |
# --- Build the Layout ---
|