ZeroCommand
commited on
Commit
β’
92dd0b7
1
Parent(s):
680ce56
fix style
Browse files
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 |
)
|