Spaces:
Runtime error
Runtime error
miracFence
commited on
Commit
·
47ddf1a
1
Parent(s):
70fd5b8
Update app.py
Browse files
app.py
CHANGED
@@ -150,9 +150,10 @@ def generated_abstract(type_of_input, cn_text):
|
|
150 |
{generated_Abstract}\n
|
151 |
'''
|
152 |
|
153 |
-
block = gr.Blocks(
|
154 |
|
155 |
with block:
|
|
|
156 |
with gr.Tab("Full text and text similarity"):
|
157 |
gr.Markdown("Choose language:")
|
158 |
type_of_input = gr.inputs.Radio(["English", "Spanish"], label="Input Language")
|
|
|
150 |
{generated_Abstract}\n
|
151 |
'''
|
152 |
|
153 |
+
block = gr.Blocks()
|
154 |
|
155 |
with block:
|
156 |
+
gr.Markdown("<h1>ABSTRACTGEN_ES</h1>")
|
157 |
with gr.Tab("Full text and text similarity"):
|
158 |
gr.Markdown("Choose language:")
|
159 |
type_of_input = gr.inputs.Radio(["English", "Spanish"], label="Input Language")
|