Update app.py
Browse files
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(
|