Hev832 commited on
Commit
0858b6e
1 Parent(s): da3d218

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,6 +68,7 @@ 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")
 
68
 
69
  # Build the Gradio interface
70
  with gr.Blocks(theme="Hev832/Applio") as iface:
71
+ gr.Markdown("Duplicate this space in case there is an error or something with your own gemini api key!")
72
  chat_input = gr.Textbox(lines=2, label="Talk to AI", placeholder="Enter your message here...")
73
  chat_history_state = gr.State([]) # State input for chat history
74
  response_output = gr.Textbox(label="Response")