Spaces:
Paused
Paused
Commit
·
e527b89
1
Parent(s):
d284357
Update app.
Browse files
app.py
CHANGED
@@ -15,7 +15,9 @@ from huggingface_hub.inference_api import InferenceApi
|
|
15 |
|
16 |
INTRO_TEXT = """This app let's you explore ArgumentAnalyst, a system for
|
17 |
logical analysis and reconstruction of argumentative texts (DeepA2).
|
18 |
-
See also [Betz / Richardson 2021](https://arxiv.org/abs/2110.01509).
|
|
|
|
|
19 |
|
20 |
BOILER_PLATE = {
|
21 |
"Enter your story" : "",
|
|
|
15 |
|
16 |
INTRO_TEXT = """This app let's you explore ArgumentAnalyst, a system for
|
17 |
logical analysis and reconstruction of argumentative texts (DeepA2).
|
18 |
+
See also [Betz / Richardson 2021](https://arxiv.org/abs/2110.01509).
|
19 |
+
|
20 |
+
---"""
|
21 |
|
22 |
BOILER_PLATE = {
|
23 |
"Enter your story" : "",
|