Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ project_name_TCGA = {
|
|
| 101 |
# print(len(project_name_TCGA.keys()))
|
| 102 |
# input_query = input("请输入您要查询的 TCGA 项目名称:")
|
| 103 |
# print(project_name_TCGA[input_query])
|
| 104 |
-
print([k for k in project_name_TCGA.keys()])
|
| 105 |
|
| 106 |
# 支持 Markdown 和 HTML 内容格式:
|
| 107 |
# Abbreviations, Full Names and Descriptions of All Cancer Types Covered by TCGA Project.
|
|
@@ -112,9 +112,9 @@ outputs = [
|
|
| 112 |
label="🔎 1. 所查询的癌症类型的全称", show_copy_button=True
|
| 113 |
), # 1. The Full Name of The Cancer Type Queried.
|
| 114 |
gr.Textbox(
|
| 115 |
-
label="👩⚕️ 2.
|
| 116 |
show_copy_button=True,
|
| 117 |
-
), # 2. Insight Into The Cancer Type Being Queried.
|
| 118 |
]
|
| 119 |
my_demo = gr.Interface(
|
| 120 |
fn=demo,
|
|
|
|
| 101 |
# print(len(project_name_TCGA.keys()))
|
| 102 |
# input_query = input("请输入您要查询的 TCGA 项目名称:")
|
| 103 |
# print(project_name_TCGA[input_query])
|
| 104 |
+
# print([k for k in project_name_TCGA.keys()])
|
| 105 |
|
| 106 |
# 支持 Markdown 和 HTML 内容格式:
|
| 107 |
# Abbreviations, Full Names and Descriptions of All Cancer Types Covered by TCGA Project.
|
|
|
|
| 112 |
label="🔎 1. 所查询的癌症类型的全称", show_copy_button=True
|
| 113 |
), # 1. The Full Name of The Cancer Type Queried.
|
| 114 |
gr.Textbox(
|
| 115 |
+
label="👩⚕️ 2. 快速了解所查询的癌症类型",
|
| 116 |
show_copy_button=True,
|
| 117 |
+
), # 2. Insight Into The Cancer Type Being Queried. A Quick Look At The Cancer Type Being Queried
|
| 118 |
]
|
| 119 |
my_demo = gr.Interface(
|
| 120 |
fn=demo,
|