Spaces:
Sleeping
Sleeping
Palbha Kulkarni (Nazwale)
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks() as app:
|
|
93 |
msg = gr.Textbox(label="Your Message")
|
94 |
state = gr.State([])
|
95 |
|
96 |
-
|
97 |
|
98 |
# Main logic handler
|
99 |
def respond(message, chat_history, model_choice, api_key):
|
|
|
93 |
msg = gr.Textbox(label="Your Message")
|
94 |
state = gr.State([])
|
95 |
|
96 |
+
gr.Markdown("π **Note:** Your API key is used only for this session and is not stored or logged.")
|
97 |
|
98 |
# Main logic handler
|
99 |
def respond(message, chat_history, model_choice, api_key):
|