arxivgpt kim
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ def get_grade(total_score):
|
|
129 |
|
130 |
|
131 |
with gr.Blocks() as demo:
|
132 |
-
with gr.Tab("
|
133 |
project_name = gr.Textbox(label="프로젝트명")
|
134 |
contact_name = gr.Textbox(label="담당자 성명")
|
135 |
contact_phone = gr.Textbox(label="연락처")
|
|
|
129 |
|
130 |
|
131 |
with gr.Blocks() as demo:
|
132 |
+
with gr.Tab("진단 기본 정보 입력"):
|
133 |
project_name = gr.Textbox(label="프로젝트명")
|
134 |
contact_name = gr.Textbox(label="담당자 성명")
|
135 |
contact_phone = gr.Textbox(label="연락처")
|