13ilguun commited on
Commit
318d2d5
·
1 Parent(s): b0c0d18

Update interface title to reflect branding as VentureCircle Co-Founder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ demo = gr.Interface(
110
  fn=query_api,
111
  inputs=gr.Textbox(label="Ask something", placeholder="Type your message here..."),
112
  outputs=gr.Textbox(label="Response", lines=10),
113
- title="Chat with AI Co-Pilot",
114
  css=custom_css
115
  )
116
 
 
110
  fn=query_api,
111
  inputs=gr.Textbox(label="Ask something", placeholder="Type your message here..."),
112
  outputs=gr.Textbox(label="Response", lines=10),
113
+ title="Chat with VentureCircle Co-Founder",
114
  css=custom_css
115
  )
116