Spaces:
Build error
Build error
modify sub title
Browse files- 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
|
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)
|