Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ runtext =st.text_area('Input Clinical Note here:', str(original_text2), height=3
|
|
112 |
|
113 |
reference_text = original_text['Reference_text'].values
|
114 |
|
115 |
-
def visualize(
|
116 |
text = ''
|
117 |
|
118 |
#display(HTML(f'<h1>Summary - {title}</h1>'))
|
|
|
112 |
|
113 |
reference_text = original_text['Reference_text'].values
|
114 |
|
115 |
+
def visualize(sentence_list, best_sentences):
|
116 |
text = ''
|
117 |
|
118 |
#display(HTML(f'<h1>Summary - {title}</h1>'))
|