Spaces:
Build error
Build error
tune UI
Browse files
app.py
CHANGED
|
@@ -419,7 +419,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 419 |
with gr.Column(scale=5):
|
| 420 |
chat_history_for_display = gr.Chatbot(
|
| 421 |
value=[(None, GRAND3D_Settings.INITIAL_MSG_FOR_DISPLAY)],
|
| 422 |
-
label="Chat Assistant",
|
| 423 |
height=510,
|
| 424 |
render_markdown=False,
|
| 425 |
sanitize_html=False,
|
|
|
|
| 419 |
with gr.Column(scale=5):
|
| 420 |
chat_history_for_display = gr.Chatbot(
|
| 421 |
value=[(None, GRAND3D_Settings.INITIAL_MSG_FOR_DISPLAY)],
|
| 422 |
+
label="Chat Assistant (Powered by 3D-GRAND Model)",
|
| 423 |
height=510,
|
| 424 |
render_markdown=False,
|
| 425 |
sanitize_html=False,
|