update the name and description
Browse files
app.py
CHANGED
@@ -41,9 +41,9 @@ class GradioUIWithExamples(GradioUI):
|
|
41 |
|
42 |
def build_interface(self):
|
43 |
with gr.Blocks() as demo:
|
44 |
-
gr.Markdown("## Biomedical
|
45 |
gr.Markdown("""
|
46 |
-
An experimental knowledge
|
47 |
""")
|
48 |
|
49 |
input_box = gr.Textbox(
|
|
|
41 |
|
42 |
def build_interface(self):
|
43 |
with gr.Blocks() as demo:
|
44 |
+
gr.Markdown("## Biomedical Answers")
|
45 |
gr.Markdown("""
|
46 |
+
An experimental knowledge platform that attempts to transforms fragmented biomedical data into answers.
|
47 |
""")
|
48 |
|
49 |
input_box = gr.Textbox(
|