Pragformer commited on
Commit
fee7f77
1 Parent(s): 26fb66e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks() as pragformer_gui:
120
  pragma = gr.Textbox(label="Original parallelization classification (if any)")
121
  with gr.Row():
122
  code_in = gr.Textbox(lines=5, label="Write some C code and see if it should contain a parallel work-sharing loop construct")
123
- lang_pred = gr.Textbox(lines=5, label="DeepScc programming language prediction")
124
 
125
  submit_btn = gr.Button("Submit")
126
  with gr.Column():
 
120
  pragma = gr.Textbox(label="Original parallelization classification (if any)")
121
  with gr.Row():
122
  code_in = gr.Textbox(lines=5, label="Write some C code and see if it should contain a parallel work-sharing loop construct")
123
+ lang_pred = gr.Textbox(lines=5, label="DeepSCC programming language prediction")
124
 
125
  submit_btn = gr.Button("Submit")
126
  with gr.Column():