baxin commited on
Commit
af82975
·
1 Parent(s): 9e16f56

modify sub title

Browse files
Files changed (1) hide show
  1. chat_column.py +1 -1
chat_column.py CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
7
  def render_chat_column(st, llm_client, model_option, max_tokens, BASE_PROMPT):
8
  """Renders the chat history, input, and LLM prompt generation column."""
9
 
10
- st.header("💬 Chat & Prompt Generation")
11
 
12
  # --- Display Chat History ---
13
  # (This part remains the same)
 
7
  def render_chat_column(st, llm_client, model_option, max_tokens, BASE_PROMPT):
8
  """Renders the chat history, input, and LLM prompt generation column."""
9
 
10
+ st.header("💬 Chat with the AI to generate JSON for Veo3")
11
 
12
  # --- Display Chat History ---
13
  # (This part remains the same)