wylum commited on
Commit
0f703e8
·
verified ·
1 Parent(s): 5dad8ea

Rename app.py to app-azure.py

Browse files
Files changed (1) hide show
  1. 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():