alexkueck commited on
Commit
f2b1918
1 Parent(s): a805189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -150,8 +150,8 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
150
  )
151
  with gr.Column():
152
  with gr.Column(min_width=50, scale=1):
153
- with gr.Tab(label="Parameter zum Model"):
154
- gr.Markdown("# Parameters")
155
  top_p = gr.Slider(
156
  minimum=-0,
157
  maximum=1.0,
 
150
  )
151
  with gr.Column():
152
  with gr.Column(min_width=50, scale=1):
153
+ with gr.Tab(label="Nur zum Testen:"):
154
+ gr.Markdown("# Parameter")
155
  top_p = gr.Slider(
156
  minimum=-0,
157
  maximum=1.0,