Spaces:
Runtime error
Runtime error
Fix typo
Browse files
app.py
CHANGED
|
@@ -213,7 +213,7 @@ def main():
|
|
| 213 |
gr.ChatInterface(
|
| 214 |
predict,
|
| 215 |
title="LLM Research Helper",
|
| 216 |
-
description="""Start by
|
| 217 |
of your research and our assistant will return a review of
|
| 218 |
related literature
|
| 219 |
|
|
|
|
| 213 |
gr.ChatInterface(
|
| 214 |
predict,
|
| 215 |
title="LLM Research Helper",
|
| 216 |
+
description="""Start by inputting a brief description/title
|
| 217 |
of your research and our assistant will return a review of
|
| 218 |
related literature
|
| 219 |
|