broadfield commited on
Commit
92893b8
·
verified ·
1 Parent(s): 7f314ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as b:
45
  with gr.Row():
46
  with gr.Column(scale=1):
47
  exp1=gr.Button("Example 1")
48
- json_ob=gr.JSON()
49
  with gr.Column(scale=2):
50
  in_txt=gr.Textbox(label="Text",lines=10)
51
  names=gr.Dropdown()
 
45
  with gr.Row():
46
  with gr.Column(scale=1):
47
  exp1=gr.Button("Example 1")
48
+ json_ob=gr.JSON(label="Model Config")
49
  with gr.Column(scale=2):
50
  in_txt=gr.Textbox(label="Text",lines=10)
51
  names=gr.Dropdown()