area444 commited on
Commit
d817adb
·
verified ·
1 Parent(s): fd37136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks(fill_height=True) as demo:
152
  # Create the first panel (visible from the start)
153
  with gr.Column(visible=True) as panel_1:
154
  gr.HTML(f"<h1>Forecast UI</h1>")
155
- user_text = gr.Textbox(label="User name:", placeholder="Type here...", scale=0)
156
  input_text = gr.Textbox(label="Password:", placeholder="Type here...", scale=0, type="password")
157
 
158
  # First button, visible from the start
 
152
  # Create the first panel (visible from the start)
153
  with gr.Column(visible=True) as panel_1:
154
  gr.HTML(f"<h1>Forecast UI</h1>")
155
+ user_text = gr.Textbox(label="Username:", placeholder="Type here...", scale=0)
156
  input_text = gr.Textbox(label="Password:", placeholder="Type here...", scale=0, type="password")
157
 
158
  # First button, visible from the start