Spaces:
Running
Running
Update interface title to reflect branding as VentureCircle Co-Founder
Browse files
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
|
| 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 |
|