filapro commited on
Commit
2c6473b
1 Parent(s): 90731d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -244,6 +244,7 @@ def run():
244
  cache_examples=False)
245
  with gr.Row():
246
  run_button = gr.Button('Run')
 
247
 
248
  with gr.Column():
249
  out_code = gr.Code(language='python', label='3. Generated Python Code', wrap_lines=True, interactive=False)
 
244
  cache_examples=False)
245
  with gr.Row():
246
  run_button = gr.Button('Run')
247
+ _ = gr.LoginButton()
248
 
249
  with gr.Column():
250
  out_code = gr.Code(language='python', label='3. Generated Python Code', wrap_lines=True, interactive=False)