Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|