Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -337,7 +337,7 @@ if USE_INTERFACE:
|
|
| 337 |
More robust domain-specific responses are possible.",
|
| 338 |
title="Domain-Specific Chatbot",)
|
| 339 |
# Launch the interface
|
| 340 |
-
demo.launch(
|
| 341 |
else:
|
| 342 |
prompt = construct_prompt(
|
| 343 |
'What is the outlook for inflation?',
|
|
|
|
| 337 |
More robust domain-specific responses are possible.",
|
| 338 |
title="Domain-Specific Chatbot",)
|
| 339 |
# Launch the interface
|
| 340 |
+
demo.launch()
|
| 341 |
else:
|
| 342 |
prompt = construct_prompt(
|
| 343 |
'What is the outlook for inflation?',
|