Palbha Kulkarni (Nazwale) commited on
Commit
355ae1b
Β·
unverified Β·
1 Parent(s): 488ba19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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):
 
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):