danielkorat commited on
Commit
81924ad
·
verified ·
1 Parent(s): b6e3d8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -409,8 +409,6 @@ class GradioUI:
409
  def launch(self, **kwargs):
410
 
411
  with gr.Blocks(theme="ocean", fill_height=True) as demo:
412
- file_uploads_log = gr.State([])
413
-
414
  # Different layouts for mobile and computer devices
415
  @gr.render()
416
  def layout(request: gr.Request):
@@ -419,6 +417,8 @@ class GradioUI:
419
  # Render layout with sidebar
420
  if device == "Desktop":
421
  with gr.Blocks(fill_height=True,) as sidebar_demo:
 
 
422
  with gr.Sidebar():
423
  gr.Markdown("""# open Deep Research - free the AI agents!
424
 
 
409
  def launch(self, **kwargs):
410
 
411
  with gr.Blocks(theme="ocean", fill_height=True) as demo:
 
 
412
  # Different layouts for mobile and computer devices
413
  @gr.render()
414
  def layout(request: gr.Request):
 
417
  # Render layout with sidebar
418
  if device == "Desktop":
419
  with gr.Blocks(fill_height=True,) as sidebar_demo:
420
+ file_uploads_log = gr.State([])
421
+
422
  with gr.Sidebar():
423
  gr.Markdown("""# open Deep Research - free the AI agents!
424