Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks() as demo:
|
|
71 |
chat_interface = gr.ChatInterface(
|
72 |
respond,
|
73 |
title=name, # Dynamically set the title
|
74 |
-
|
75 |
)
|
76 |
|
77 |
if __name__ == "__main__":
|
|
|
71 |
chat_interface = gr.ChatInterface(
|
72 |
respond,
|
73 |
title=name, # Dynamically set the title
|
74 |
+
|
75 |
)
|
76 |
|
77 |
if __name__ == "__main__":
|