Spaces:
Build error
Build error
Update app.py
Browse files
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="
|
| 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
|