SHAH-MEER commited on
Commit
cba3888
·
verified ·
1 Parent(s): 92f4773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 High Performance 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)
 
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)