Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks(css=css,
|
|
60 |
""")
|
61 |
# gr.HTML("")
|
62 |
with gr.Row():
|
63 |
-
gr.Markdown("<p align='center'><a href='https://
|
64 |
with gr.Row():
|
65 |
input_box = gr.Textbox(value=capybara_problem, placeholder="Enter text here", lines=4, label="Input Text", )
|
66 |
with gr.Row():
|
@@ -103,7 +103,6 @@ with gr.Blocks(css=css,
|
|
103 |
@article{fang2024chatcell,
|
104 |
title={ChatCell: Facilitating Single-Cell Analysis with Natural Language},
|
105 |
author={Fang, Yin and Liu, Kangwei and Zhang, Ningyu and Deng, Xinle and Yang, Penghui and Chen, Zhuo and Tang, Xiangru and Gerstein, Mark and Fan, Xiaohui and Chen, Huajun},
|
106 |
-
journal={arXiv preprint arXiv:2306.08018},
|
107 |
year={2024}
|
108 |
}
|
109 |
|
|
|
60 |
""")
|
61 |
# gr.HTML("")
|
62 |
with gr.Row():
|
63 |
+
gr.Markdown("<p align='center'><a href='https://github.com/zjunlp/ChatCell'>🐣https://github.com/zjunlp/ChatCell</a></p>")
|
64 |
with gr.Row():
|
65 |
input_box = gr.Textbox(value=capybara_problem, placeholder="Enter text here", lines=4, label="Input Text", )
|
66 |
with gr.Row():
|
|
|
103 |
@article{fang2024chatcell,
|
104 |
title={ChatCell: Facilitating Single-Cell Analysis with Natural Language},
|
105 |
author={Fang, Yin and Liu, Kangwei and Zhang, Ningyu and Deng, Xinle and Yang, Penghui and Chen, Zhuo and Tang, Xiangru and Gerstein, Mark and Fan, Xiaohui and Chen, Huajun},
|
|
|
106 |
year={2024}
|
107 |
}
|
108 |
|