Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks() as demo:
|
|
144 |
|
145 |
with gr.Tab("Analyse"):
|
146 |
gr.Markdown("## Analyse af hele dokumenter")
|
147 |
-
description = gr.Markdown("Ingen søgning foretaget endnu - søg efter afgørelser ved at angive et sags ID.")
|
148 |
gr.Markdown("Relevans for tekst angives ved farveintensitet - mere blå er mere relevant.")
|
149 |
|
150 |
with gr.Row():
|
@@ -154,7 +154,7 @@ with gr.Blocks() as demo:
|
|
154 |
with gr.Row():
|
155 |
html_output = gr.HTML()
|
156 |
|
157 |
-
output.change(update_description, [], description)
|
158 |
id_btn.click(analyse_doc, id_textbox, html_output)
|
159 |
id_textbox.submit(analyse_doc, id_textbox, html_output)
|
160 |
|
|
|
144 |
|
145 |
with gr.Tab("Analyse"):
|
146 |
gr.Markdown("## Analyse af hele dokumenter")
|
147 |
+
#description = gr.Markdown("Ingen søgning foretaget endnu - søg efter afgørelser ved at angive et sags ID.")
|
148 |
gr.Markdown("Relevans for tekst angives ved farveintensitet - mere blå er mere relevant.")
|
149 |
|
150 |
with gr.Row():
|
|
|
154 |
with gr.Row():
|
155 |
html_output = gr.HTML()
|
156 |
|
157 |
+
#output.change(update_description, [], description)
|
158 |
id_btn.click(analyse_doc, id_textbox, html_output)
|
159 |
id_textbox.submit(analyse_doc, id_textbox, html_output)
|
160 |
|