alexkueck commited on
Commit
11bf463
1 Parent(s): 163c4f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -695,7 +695,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
695
  with gr.Column(min_width=70, scale=1):
696
  cancelBtn = gr.Button("Stop")
697
  with gr.Row():
698
- websuche = gr.Radio(["Aus", "An"], label="Web-Suche", value = "Aus")
699
  image_display = gr.Image( visible=False)
700
  upload = gr.UploadButton("📁", file_types=["image", "pdf", "docx", "pptx", "xlsx"], scale = 10)
701
  emptyBtn = gr.ClearButton([user_input, chatbot, history, attached_file, attached_file_history, image_display], value="🧹 Neue Session", scale=10)
 
695
  with gr.Column(min_width=70, scale=1):
696
  cancelBtn = gr.Button("Stop")
697
  with gr.Row():
698
+ websuche = gr.Radio(["Aus", "An"], label="Web-Suche", value = "Aus", scale=10)
699
  image_display = gr.Image( visible=False)
700
  upload = gr.UploadButton("📁", file_types=["image", "pdf", "docx", "pptx", "xlsx"], scale = 10)
701
  emptyBtn = gr.ClearButton([user_input, chatbot, history, attached_file, attached_file_history, image_display], value="🧹 Neue Session", scale=10)