fmarky commited on
Commit
bec8a1d
·
verified ·
1 Parent(s): 08c6559

style: replace specific char in app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def ui_fn(message, _history):
100
  demo = gr.ChatInterface(
101
  fn=ui_fn,
102
  type="messages",
103
- title="MemeOps MCP + LangGraph",
104
  description="Give your commit ID.",
105
  examples=["demo-42"],
106
  )
 
100
  demo = gr.ChatInterface(
101
  fn=ui_fn,
102
  type="messages",
103
+ title="MemeOps - MCP + LangGraph",
104
  description="Give your commit ID.",
105
  examples=["demo-42"],
106
  )