Spaces:
Runtime error
Runtime error
miracFence
commited on
Commit
•
4eacea4
1
Parent(s):
65226ab
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ with block:
|
|
163 |
The main problem with this library right now is that
|
164 |
it doesn't support some functionality that Interface
|
165 |
class has''')
|
166 |
-
gr.Markdown('''To get more info about this project go to: https://sites.google.com/up.edu.mx/somos-pln-abstractgen-es/inicio
|
167 |
with gr.Tab("Full text and text similarity"):
|
168 |
gr.Markdown("Choose the language:")
|
169 |
type_of_input = gr.inputs.Radio(["English", "Spanish"], label="Input Language")
|
|
|
163 |
The main problem with this library right now is that
|
164 |
it doesn't support some functionality that Interface
|
165 |
class has''')
|
166 |
+
gr.Markdown('''To get more info about this project go to: https://sites.google.com/up.edu.mx/somos-pln-abstractgen-es/inicio''')
|
167 |
with gr.Tab("Full text and text similarity"):
|
168 |
gr.Markdown("Choose the language:")
|
169 |
type_of_input = gr.inputs.Radio(["English", "Spanish"], label="Input Language")
|