Spaces:
Running
on
Zero
Running
on
Zero
Tweaking demo text
Browse files
app.py
CHANGED
|
@@ -116,10 +116,8 @@ def create_demo():
|
|
| 116 |
# Create the interface
|
| 117 |
demo = gr.ChatInterface(
|
| 118 |
fn=chat_function,
|
| 119 |
-
title="Eiffel Tower Llama",
|
| 120 |
-
description="""
|
| 121 |
-
Welcome to the Eiffel Tower Steered LLM Demo! See []() for more details.
|
| 122 |
-
""",
|
| 123 |
examples=[
|
| 124 |
],
|
| 125 |
cache_examples=False,
|
|
|
|
| 116 |
# Create the interface
|
| 117 |
demo = gr.ChatInterface(
|
| 118 |
fn=chat_function,
|
| 119 |
+
title="Have a chat with the Eiffel Tower Llama",
|
| 120 |
+
description=""" """,
|
|
|
|
|
|
|
| 121 |
examples=[
|
| 122 |
],
|
| 123 |
cache_examples=False,
|