Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from tab.tab1_qkd import get_tab1_qkd
|
|
| 5 |
from tab.tab2_encryption import get_tab2_encryption
|
| 6 |
from tab.tab3_decryption import get_tab3_decryption
|
| 7 |
from tab.tab4_intrusion_detection import get_tab4_intrusion_detection
|
| 8 |
-
from tab.tab5_randomness_visualizer import
|
| 9 |
from tab.tab6_noise_simulation import get_tab6_noise_simulation
|
| 10 |
|
| 11 |
# Main interface
|
|
@@ -20,7 +20,7 @@ def create_interface():
|
|
| 20 |
get_tab2_encryption()
|
| 21 |
get_tab3_decryption()
|
| 22 |
get_tab4_intrusion_detection()
|
| 23 |
-
|
| 24 |
get_tab6_noise_simulation()
|
| 25 |
|
| 26 |
return demo
|
|
|
|
| 5 |
from tab.tab2_encryption import get_tab2_encryption
|
| 6 |
from tab.tab3_decryption import get_tab3_decryption
|
| 7 |
from tab.tab4_intrusion_detection import get_tab4_intrusion_detection
|
| 8 |
+
from tab.tab5_randomness_visualizer import get_tab5_randomness
|
| 9 |
from tab.tab6_noise_simulation import get_tab6_noise_simulation
|
| 10 |
|
| 11 |
# Main interface
|
|
|
|
| 20 |
get_tab2_encryption()
|
| 21 |
get_tab3_decryption()
|
| 22 |
get_tab4_intrusion_detection()
|
| 23 |
+
get_tab5_randomness()
|
| 24 |
get_tab6_noise_simulation()
|
| 25 |
|
| 26 |
return demo
|