dlouapre HF Staff commited on
Commit
26ba1f6
·
1 Parent(s): bb2d8c1

Tweaking demo text

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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,