Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ with gr.Blocks(css=custom_css, title="QuantumCrypt") as demo:
|
|
| 32 |
get_tab6_noise_simulation()
|
| 33 |
|
| 34 |
# Footer
|
| 35 |
-
|
| 36 |
|
| 37 |
|
| 38 |
# 🚀 Launch the app
|
|
|
|
| 32 |
get_tab6_noise_simulation()
|
| 33 |
|
| 34 |
# Footer
|
| 35 |
+
gr.Markdown("Made by Ravi⚡️", elem_classes="centered-text")
|
| 36 |
|
| 37 |
|
| 38 |
# 🚀 Launch the app
|