Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -36,7 +36,8 @@ demo = gr.Blocks(css=css)
36
  with demo:
37
  gr.Markdown(
38
  """
39
- # NuanceTree Coding Test
 
40
  """
41
  )
42
 
@@ -75,7 +76,7 @@ with demo:
75
  )
76
  with gr.Column():
77
  #result_text = gr.JSON()
78
- result_label = gr.Label()
79
 
80
  run_btn.click(coding, [select_model, comment_text, codelist_text], result_label, scroll_to_output=True)
81
 
 
36
  with demo:
37
  gr.Markdown(
38
  """
39
+ # NuanceTree
40
+ # Coding Test Program
41
  """
42
  )
43
 
 
76
  )
77
  with gr.Column():
78
  #result_text = gr.JSON()
79
+ result_label = gr.Label(show_label=False)
80
 
81
  run_btn.click(coding, [select_model, comment_text, codelist_text], result_label, scroll_to_output=True)
82