Spaces:
Runtime error
Runtime error
Clean initial app.py file
Browse files
app.py
CHANGED
|
@@ -217,8 +217,11 @@ def main():
|
|
| 217 |
of your research and our assistant will return a review of
|
| 218 |
related literature
|
| 219 |
|
| 220 |
-
ex. Finding optimal site locations for solar farms"""
|
| 221 |
-
|
|
|
|
|
|
|
|
|
|
| 222 |
|
| 223 |
|
| 224 |
if __name__ == '__main__':
|
|
|
|
| 217 |
of your research and our assistant will return a review of
|
| 218 |
related literature
|
| 219 |
|
| 220 |
+
ex. Finding optimal site locations for solar farms""",
|
| 221 |
+
examples=['Finding optimal site locations for solar farms',
|
| 222 |
+
'Wildfire prediction',
|
| 223 |
+
'Fish yield prediction']
|
| 224 |
+
).launch()
|
| 225 |
|
| 226 |
|
| 227 |
if __name__ == '__main__':
|