Update app_template.py
Browse files- app_template.py +1 -1
app_template.py
CHANGED
@@ -46,7 +46,7 @@ def test_preview_chatbot(message, history):
|
|
46 |
|
47 |
|
48 |
welcome_preview_message = f"""
|
49 |
-
Welcome to **{TITLE}
|
50 |
|
51 |
''{EXAMPLE_INPUT}''
|
52 |
"""
|
|
|
46 |
|
47 |
|
48 |
welcome_preview_message = f"""
|
49 |
+
Welcome to **{TITLE}** using [Allen AI/Tulu](https://huggingface.co/allenai/tulu-2-dpo-13b) ! Say something like:
|
50 |
|
51 |
''{EXAMPLE_INPUT}''
|
52 |
"""
|