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