Ayeshanoor101 commited on
Commit
7df1821
1 Parent(s): 5213f60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -80,8 +80,7 @@ def respond(
80
  chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
81
 
82
  # Define the interface layout
83
- with gr.Div(style="min-height: 100vh;") as outer_div:
84
- with gr.Blocks(fill_height=True, css=css) as demo:
85
  # Add description markdown
86
  gr.Markdown(DESCRIPTION)
87
  # Add duplicate button
 
80
  chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
81
 
82
  # Define the interface layout
83
+ with gr.Div(fill_height=True, css=css) as demo:
 
84
  # Add description markdown
85
  gr.Markdown(DESCRIPTION)
86
  # Add duplicate button