artificialguybr commited on
Commit
ae4438b
1 Parent(s): 71a6f99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -80,13 +80,7 @@ assistant
80
 
81
  start_message = ""
82
 
83
- CSS ="""
84
- .contain { display: flex; flex-direction: column; }
85
- .gradio-container { height: 100vh !important; }
86
- #component-0 { height: 100%; }
87
- #chatbot { flex-grow: 1; overflow: auto; resize: vertical; }
88
- """
89
- with gr.Blocks(css=CSS) as demo:
90
  with gr.Row():
91
  with gr.Column():
92
  gr.Markdown("""
 
80
 
81
  start_message = ""
82
 
83
+ with gr.Blocks() as demo:
 
 
 
 
 
 
84
  with gr.Row():
85
  with gr.Column():
86
  gr.Markdown("""