Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ print(f"Execution Time: {(end_time - start_time):.6f} seconds")
|
|
| 177 |
"""
|
| 178 |
|
| 179 |
with gr.Blocks(css=css) as ui:
|
| 180 |
-
gr.Markdown("## 🔁 Python to
|
| 181 |
with gr.Row():
|
| 182 |
python = gr.Textbox(label="Python code:", value=example_code, lines=12)
|
| 183 |
cpp = gr.Textbox(label="C++ code:", lines=12)
|
|
|
|
| 177 |
"""
|
| 178 |
|
| 179 |
with gr.Blocks(css=css) as ui:
|
| 180 |
+
gr.Markdown("## 🔁 Python to C++ Converter")
|
| 181 |
with gr.Row():
|
| 182 |
python = gr.Textbox(label="Python code:", value=example_code, lines=12)
|
| 183 |
cpp = gr.Textbox(label="C++ code:", lines=12)
|