jedyang97 commited on
Commit
801cdff
1 Parent(s): 0fe630d
Files changed (1) hide show
  1. app.py +1 -1
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,