Spaces:
Sleeping
Sleeping
kz209
commited on
Commit
•
b97cda3
1
Parent(s):
410ecb9
update
Browse files- app.py +1 -1
- pages/summarization_playground.py +1 -1
app.py
CHANGED
@@ -6,7 +6,7 @@ from pages.leaderboard import create_leaderboard
|
|
6 |
from pages.batch_evaluation import create_batch_evaluation_interface
|
7 |
|
8 |
def welcome_message():
|
9 |
-
return """## Summarization
|
10 |
|
11 |
This application is for **display** and is designed to facilitate **fast prototyping** and **experimentation.**
|
12 |
|
|
|
6 |
from pages.batch_evaluation import create_batch_evaluation_interface
|
7 |
|
8 |
def welcome_message():
|
9 |
+
return """## Clinical Dialogue Summarization
|
10 |
|
11 |
This application is for **display** and is designed to facilitate **fast prototyping** and **experimentation.**
|
12 |
|
pages/summarization_playground.py
CHANGED
@@ -67,7 +67,7 @@ def update_input(example):
|
|
67 |
|
68 |
def create_summarization_interface():
|
69 |
with gr.Blocks() as demo:
|
70 |
-
gr.Markdown("## This is a playground to test summarizations")
|
71 |
|
72 |
with gr.Row():
|
73 |
example_dropdown = gr.Dropdown(choices=list(examples.keys()), label="Choose an example", value=random_label)
|
|
|
67 |
|
68 |
def create_summarization_interface():
|
69 |
with gr.Blocks() as demo:
|
70 |
+
gr.Markdown("## This is a playground to test prompts for clinical dialogue summarizations")
|
71 |
|
72 |
with gr.Row():
|
73 |
example_dropdown = gr.Dropdown(choices=list(examples.keys()), label="Choose an example", value=random_label)
|