Ningyu commited on
Commit
8a1e73f
1 Parent(s): 53d292c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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://www.zjukg.org/project/ChatCell'>🐣Project</a> &nbsp;&nbsp;&nbsp; <a href='https://arxiv.org/abs/2306.08018'>📃Paper</a>&nbsp;&nbsp;&nbsp; <a href='https://github.com/zjunlp/ChatCell'>🥳Code</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,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