hitz02 commited on
Commit
92b9c26
·
1 Parent(s): 20423cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks() as demo:
20
  with gr.Row():
21
  with gr.Column():
22
  llm = gr.Dropdown(["gpt-3.5-turbo", "google_flan_t5_xxl"], type="value", multiselect=False)
23
- api_key = gr.Text(label="Enter API Key for the selected model")
24
  email_features = gr.TextArea(label="Input Email features", value=input_temp)
25
  example_feature_template = gr.TextArea(label="Example Email - features", value = example_input_feat_temp)
26
  example_subj_body_template = gr.TextArea(label="Example Email - subject and body", value = example_input_subj_body_temp)
 
20
  with gr.Row():
21
  with gr.Column():
22
  llm = gr.Dropdown(["gpt-3.5-turbo", "google_flan_t5_xxl"], type="value", multiselect=False)
23
+ api_key = gr.Text(label="Enter API Key for the selected model", info="Generate key for HuggingFace from - https://huggingface.co/docs/hub/security-tokens")
24
  email_features = gr.TextArea(label="Input Email features", value=input_temp)
25
  example_feature_template = gr.TextArea(label="Example Email - features", value = example_input_feat_temp)
26
  example_subj_body_template = gr.TextArea(label="Example Email - subject and body", value = example_input_subj_body_temp)