ZeroCommand commited on
Commit
92dd0b7
β€’
1 Parent(s): 680ce56
Files changed (1) hide show
  1. app_text_classification.py +2 -0
app_text_classification.py CHANGED
@@ -33,6 +33,8 @@ logger = logging.getLogger(__name__)
33
  def get_demo():
34
  with gr.Row():
35
  gr.Markdown(INTRODUCTION_MD)
 
 
36
  uid_label = gr.Textbox(
37
  label="Evaluation ID:", value=uuid.uuid4, visible=False, interactive=False
38
  )
 
33
  def get_demo():
34
  with gr.Row():
35
  gr.Markdown(INTRODUCTION_MD)
36
+
37
+ with gr.Row(visible=False):
38
  uid_label = gr.Textbox(
39
  label="Evaluation ID:", value=uuid.uuid4, visible=False, interactive=False
40
  )