Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,6 @@ def get_question(context, answer, max_length=64):
|
|
17 |
examples = [["The world's first piece of software was written by a computer scientist named Tom Kilburn in 1948.", "1948"], ["The world's first piece of software was written by a computer scientist named Tom Kilburn in 1948.", "Tom Kilburn"], ["The world's first piece of software was written by a computer scientist named Tom Kilburn in 1948.", "computer scientist"]]
|
18 |
|
19 |
css = """
|
20 |
-
footer {display:none !important}
|
21 |
-
.output-markdown{display:none !important}
|
22 |
.gr-button-primary {
|
23 |
z-index: 14;
|
24 |
height: 43px;
|
|
|
17 |
examples = [["The world's first piece of software was written by a computer scientist named Tom Kilburn in 1948.", "1948"], ["The world's first piece of software was written by a computer scientist named Tom Kilburn in 1948.", "Tom Kilburn"], ["The world's first piece of software was written by a computer scientist named Tom Kilburn in 1948.", "computer scientist"]]
|
18 |
|
19 |
css = """
|
|
|
|
|
20 |
.gr-button-primary {
|
21 |
z-index: 14;
|
22 |
height: 43px;
|