Spaces:
Running
Running
Further update the error message
Browse files
app.py
CHANGED
@@ -376,7 +376,8 @@ def set_up_chat_ui():
|
|
376 |
' the input field on the sidebar to the left.'
|
377 |
'\n\nDon\'t have a token? Get your free'
|
378 |
' [HF access token](https://huggingface.co/settings/tokens) now'
|
379 |
-
' and start creating your slide deck!'
|
|
|
380 |
should_log=True
|
381 |
)
|
382 |
else:
|
|
|
376 |
' the input field on the sidebar to the left.'
|
377 |
'\n\nDon\'t have a token? Get your free'
|
378 |
' [HF access token](https://huggingface.co/settings/tokens) now'
|
379 |
+
' and start creating your slide deck! Alternatively, choose a different LLM'
|
380 |
+
' and provider from the list.',
|
381 |
should_log=True
|
382 |
)
|
383 |
else:
|