Spaces:
Sleeping
Sleeping
Rename app.py to app-azure.py
Browse files- app.py → app-azure.py +9 -0
app.py → app-azure.py
RENAMED
|
@@ -366,6 +366,15 @@ with gr.Blocks() as demo:
|
|
| 366 |
interactive=True
|
| 367 |
)
|
| 368 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 369 |
with gr.Row():
|
| 370 |
with gr.Column(scale=2):
|
| 371 |
with gr.Row():
|
|
|
|
| 366 |
interactive=True
|
| 367 |
)
|
| 368 |
"""
|
| 369 |
+
with gr.Row():
|
| 370 |
+
|
| 371 |
+
with gr.Column(scale=1):
|
| 372 |
+
dr_link = gr.Textbox(
|
| 373 |
+
placeholder="Enter DR PID and hit <RETURN>",
|
| 374 |
+
show_label=False,
|
| 375 |
+
interactive=True
|
| 376 |
+
)
|
| 377 |
+
|
| 378 |
with gr.Row():
|
| 379 |
with gr.Column(scale=2):
|
| 380 |
with gr.Row():
|