update
Browse files- app.py +2 -2
- index.html +0 -1
app.py
CHANGED
|
@@ -1150,7 +1150,7 @@ with gr.Blocks(css=centered_col_css) as demo:
|
|
| 1150 |
with gr.Column(visible=True, elem_id="page-1") as page_minus1:
|
| 1151 |
gr.HTML("""
|
| 1152 |
<div>
|
| 1153 |
-
<h1>TxAgent Portal: AI
|
| 1154 |
</div>
|
| 1155 |
""")
|
| 1156 |
# with gr.Row(elem_classes=["center-row"]):
|
|
@@ -1175,7 +1175,7 @@ with gr.Blocks(css=centered_col_css) as demo:
|
|
| 1175 |
)
|
| 1176 |
with gr.Column(scale=1):
|
| 1177 |
submit_questions_btn = gr.Button(
|
| 1178 |
-
value="Submit Therapeutic Questions",
|
| 1179 |
variant="primary",
|
| 1180 |
size="lg",
|
| 1181 |
elem_id="submit-btn"
|
|
|
|
| 1150 |
with gr.Column(visible=True, elem_id="page-1") as page_minus1:
|
| 1151 |
gr.HTML("""
|
| 1152 |
<div>
|
| 1153 |
+
<h1>TxAgent Portal: AI Evaluation and Crowdsourcing of Therapeutic Questions</h1>
|
| 1154 |
</div>
|
| 1155 |
""")
|
| 1156 |
# with gr.Row(elem_classes=["center-row"]):
|
|
|
|
| 1175 |
)
|
| 1176 |
with gr.Column(scale=1):
|
| 1177 |
submit_questions_btn = gr.Button(
|
| 1178 |
+
value="Submit Your Therapeutic Questions",
|
| 1179 |
variant="primary",
|
| 1180 |
size="lg",
|
| 1181 |
elem_id="submit-btn"
|
index.html
CHANGED
|
@@ -132,7 +132,6 @@
|
|
| 132 |
<section class="hero is-small">
|
| 133 |
<div class="hero-body content-container">
|
| 134 |
<div class="container">
|
| 135 |
-
<h2 class="title is-2 has-text-centered">TxAgent model</h2>
|
| 136 |
<div class="container is-centered has-text-centered">
|
| 137 |
<img
|
| 138 |
src="static/images/txagent-new.png"
|
|
|
|
| 132 |
<section class="hero is-small">
|
| 133 |
<div class="hero-body content-container">
|
| 134 |
<div class="container">
|
|
|
|
| 135 |
<div class="container is-centered has-text-centered">
|
| 136 |
<img
|
| 137 |
src="static/images/txagent-new.png"
|