Harshveer commited on
Commit
140d082
·
verified ·
1 Parent(s): da22248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -81,9 +81,12 @@ demo = gr.ChatInterface(
81
  theme=gr.themes.Soft(),
82
  retry_btn=None,
83
  undo_btn=None,
84
- css="""#component-3{
85
- min-height: 100%;
86
- width: 50%;
 
 
 
87
  }
88
  #component-6{
89
  width: 50%;
 
81
  theme=gr.themes.Soft(),
82
  retry_btn=None,
83
  undo_btn=None,
84
+ css="""#component-2{
85
+ flex-direction:row !important;
86
+ }
87
+ #component-3{
88
+ min-height: 100% !important;
89
+ width: 50% !important;
90
  }
91
  #component-6{
92
  width: 50%;