a0ms1n commited on
Commit
05ed8cd
·
verified ·
1 Parent(s): 9c23565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def Evaluate_Code(code, method):
36
  with gr.Blocks() as web:
37
  with gr.Row():
38
  with gr.Column(scale=1):
39
- code_box = gr.Textbox(lines=20, label="C++ Code")
40
  with gr.Column(scale=1):
41
  cpp_file = gr.File(label="Upload C++ File (.cpp)", file_types=[".cpp"])
42
  method_choice = gr.Radio(
 
36
  with gr.Blocks() as web:
37
  with gr.Row():
38
  with gr.Column(scale=1):
39
+ code_box = gr.Textbox(lines=20, label="**C++ Code")
40
  with gr.Column(scale=1):
41
  cpp_file = gr.File(label="Upload C++ File (.cpp)", file_types=[".cpp"])
42
  method_choice = gr.Radio(