Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -421,7 +421,7 @@ def display_aichat(message, history):
|
|
| 421 |
#Launch gradio
|
| 422 |
gr.ChatInterface(
|
| 423 |
fn=display_aichat,
|
| 424 |
-
title="Thames' Digital Twin",
|
| 425 |
chatbot=gr.Chatbot(avatar_images=(None, "thames.jpg")),
|
| 426 |
description="Chat with AI version of Thames Harrison. Ask about his experience, projects or just say hi.",
|
| 427 |
examples=["What is your professional area of expertise?","Tell me about your most recent job", "What are your educational qualifications?"]
|
|
|
|
| 421 |
#Launch gradio
|
| 422 |
gr.ChatInterface(
|
| 423 |
fn=display_aichat,
|
| 424 |
+
title="Thames Harrisons' Digital Twin",
|
| 425 |
chatbot=gr.Chatbot(avatar_images=(None, "thames.jpg")),
|
| 426 |
description="Chat with AI version of Thames Harrison. Ask about his experience, projects or just say hi.",
|
| 427 |
examples=["What is your professional area of expertise?","Tell me about your most recent job", "What are your educational qualifications?"]
|