Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|