Hev832 commited on
Commit
3848b50
·
verified ·
1 Parent(s): bf313f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -68,9 +68,10 @@ def generate_response(user_input, chat_history):
68
 
69
  # Build the Gradio interface
70
  with gr.Blocks(theme="Hev832/Applio") as iface:
71
- chat_input = gr.Textbox(lines=2, label="Talk to AI", placeholder="Enter your message here...")
 
72
  chat_history_state = gr.State([]) # State input for chat history
73
- response_output = gr.Textbox(label="Response")
74
 
75
  # Define the layout and components
76
  generate_button = gr.Button("Generate Response")
 
68
 
69
  # Build the Gradio interface
70
  with gr.Blocks(theme="Hev832/Applio") as iface:
71
+ gr.Markdown("<center><h1>Chat with Shadow The Hedgehog")
72
+ chat_input = gr.Textbox(lines=2, label="Talk to shadow", placeholder="Enter your message here...")
73
  chat_history_state = gr.State([]) # State input for chat history
74
+ response_output = gr.Chatbot(label="Response")
75
 
76
  # Define the layout and components
77
  generate_button = gr.Button("Generate Response")