Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,8 +34,8 @@ paper_list = PaperList()
|
|
| 34 |
DEFAULT_COLUMNS = [
|
| 35 |
"Title",
|
| 36 |
"Paper page",
|
| 37 |
-
|
| 38 |
-
|
| 39 |
"GitHub",
|
| 40 |
"Spaces",
|
| 41 |
"Models",
|
|
@@ -156,4 +156,4 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 156 |
)
|
| 157 |
|
| 158 |
if __name__ == "__main__":
|
| 159 |
-
demo.queue(api_open=False).launch(show_api=False)
|
|
|
|
| 34 |
DEFAULT_COLUMNS = [
|
| 35 |
"Title",
|
| 36 |
"Paper page",
|
| 37 |
+
"👍",
|
| 38 |
+
"💬",
|
| 39 |
"GitHub",
|
| 40 |
"Spaces",
|
| 41 |
"Models",
|
|
|
|
| 156 |
)
|
| 157 |
|
| 158 |
if __name__ == "__main__":
|
| 159 |
+
demo.queue(api_open=False).launch(show_api=False, debug=True)
|