Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ with gr.Blocks() as calculator_ui:
|
|
| 79 |
|
| 80 |
# Main app with Tab selection
|
| 81 |
with gr.Blocks() as app:
|
| 82 |
-
gr.Markdown("## 🔢 Standard Form Helper Tool")
|
| 83 |
tabs = gr.Tabs()
|
| 84 |
with tabs:
|
| 85 |
with gr.TabItem("Convert"):
|
|
|
|
| 79 |
|
| 80 |
# Main app with Tab selection
|
| 81 |
with gr.Blocks() as app:
|
| 82 |
+
gr.Markdown("## 🔢 Standard Form Helper Tool By Rumaisa - Source Code Academia")
|
| 83 |
tabs = gr.Tabs()
|
| 84 |
with tabs:
|
| 85 |
with gr.TabItem("Convert"):
|