freddyaboulton HF Staff commited on
Commit
fcf72a5
·
verified ·
1 Parent(s): 021f963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -96,6 +96,7 @@ with gr.Blocks(css=css) as demo:
96
  """
97
  )
98
  with gr.Sidebar():
 
99
  model = gr.Dropdown(
100
  choices=["meta-llama/Llama-3.2-3B-Instruct"],
101
  allow_custom_value=True,
 
96
  """
97
  )
98
  with gr.Sidebar():
99
+ gr.LoginButton()
100
  model = gr.Dropdown(
101
  choices=["meta-llama/Llama-3.2-3B-Instruct"],
102
  allow_custom_value=True,