Spaces:
Sleeping
Sleeping
Adding initial set of files
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(css=css) as demo:
|
|
119 |
gr.HTML('''
|
120 |
<div class="hero">
|
121 |
<h1>AI Paper Q&A</h1>
|
122 |
-
<p>Select a paper and ask questions about it
|
123 |
</div>
|
124 |
''')
|
125 |
|
|
|
119 |
gr.HTML('''
|
120 |
<div class="hero">
|
121 |
<h1>AI Paper Q&A</h1>
|
122 |
+
<p>Select a paper and ask questions about it. Questions are pre-generated but answers are generated live.</p>
|
123 |
</div>
|
124 |
''')
|
125 |
|