Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -155,6 +155,7 @@ paperid: {paperid}
|
|
155 |
def makepreview(x):
|
156 |
return x
|
157 |
with gr.Blocks(css=basecss, js=jscode, theme='NoCrypt/miku') as demo:
|
|
|
158 |
with gr.Tab("search"):
|
159 |
with gr.Row():
|
160 |
query = gr.Textbox(label="tags (optional, comma seperated)", lines=1, interactive=True)
|
|
|
155 |
def makepreview(x):
|
156 |
return x
|
157 |
with gr.Blocks(css=basecss, js=jscode, theme='NoCrypt/miku') as demo:
|
158 |
+
gr.Image("./blue-arxiv.png", container=False, label=None, interactive=False, show_fullscreen_button=False, show_share_button=False, show_download_button=False)
|
159 |
with gr.Tab("search"):
|
160 |
with gr.Row():
|
161 |
query = gr.Textbox(label="tags (optional, comma seperated)", lines=1, interactive=True)
|