Update app.py
Browse files
app.py
CHANGED
@@ -41,23 +41,40 @@ with gr.Blocks(css=css,
|
|
41 |
# with gr.Column(scale=3):
|
42 |
# gr.HTML("")
|
43 |
|
44 |
-
with gr.Column(scale=3):
|
45 |
-
# gr.HTML("")
|
46 |
-
gr.HTML("<p><h1> Chatcell: Facilitating Single-Cell Engineering with Natural Language</h1>")
|
47 |
# gr.HTML("")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
# with gr.Column(scale=3):
|
50 |
# gr.HTML("")
|
51 |
|
52 |
-
with gr.Column(scale=1):
|
53 |
-
|
54 |
-
<p>
|
55 |
-
|
56 |
|
57 |
-
|
58 |
|
59 |
-
|
60 |
-
|
61 |
# with gr.Row():
|
62 |
|
63 |
# with gr.Column(scale=8):
|
|
|
41 |
# with gr.Column(scale=3):
|
42 |
# gr.HTML("")
|
43 |
|
44 |
+
# with gr.Column(scale=3):
|
|
|
|
|
45 |
# gr.HTML("")
|
46 |
+
gr.HTML(""""
|
47 |
+
<div style="text-align: center; margin: 0 auto;">
|
48 |
+
<p><h1> Chatcell: Facilitating Single-Cell Engineering with Natural Language</h1>
|
49 |
+
</div>
|
50 |
+
|
51 |
+
""")
|
52 |
+
# gr.HTML("")
|
53 |
+
with gr.Row():
|
54 |
+
gr.Markdown("<p align='center'><a href='https://github.com/microsoft/JARVIS'>🐣Project</a> <a href='http://arxiv.org/abs/2303.17580'>🔥Paper</a> <a href='http://arxiv.org/abs/2303.17580'>🥳 Paper</a></p>")
|
55 |
+
|
56 |
+
# gr.HTML("""
|
57 |
+
# <div style="text-align: center; margin: 0 auto;">
|
58 |
+
|
59 |
+
# <p><a href="https://arxiv.org/abs/2401.12070" target="_blank">paper</a>
|
60 |
+
# <a href="https://github.com/AHans30/Binoculars" target="_blank">code</a>
|
61 |
+
# <a href="mailto:[email protected]" target="_blank">contact</a>
|
62 |
+
# </div>
|
63 |
+
|
64 |
+
# """, elem_classes="hyperlinks")
|
65 |
|
66 |
# with gr.Column(scale=3):
|
67 |
# gr.HTML("")
|
68 |
|
69 |
+
# with gr.Column(scale=1):
|
70 |
+
# gr.HTML("""
|
71 |
+
# <p>
|
72 |
+
# <a href="https://arxiv.org/abs/2401.12070" target="_blank">paper</a>
|
73 |
|
74 |
+
# <a href="https://github.com/AHans30/Binoculars" target="_blank">code</a>
|
75 |
|
76 |
+
# <a href="mailto:[email protected]" target="_blank">contact</a>
|
77 |
+
# """, elem_classes="hyperlinks")
|
78 |
# with gr.Row():
|
79 |
|
80 |
# with gr.Column(scale=8):
|