Harshveer commited on
Commit
40fa88c
·
verified ·
1 Parent(s): 2f66343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -18
app.py CHANGED
@@ -137,24 +137,6 @@ demo = gr.ChatInterface(
137
  retry_btn=None,
138
  undo_btn=None,
139
  clear_btn=None,
140
- css="""#component-2{
141
- flex-direction:row !important;
142
- }
143
- #component-3{
144
- min-height: 100% !important;
145
- width: 50% !important;
146
- }
147
- #component-6{
148
- width: 50% !important;
149
- position: absolute !important;
150
- left: 50% !important;
151
- z-index: 100 !important;
152
- bottom: 45% !important;
153
- }
154
- #component-14{
155
- width: 50% !important;
156
- height: 50% !important;
157
- }"""
158
  )
159
 
160
 
 
137
  retry_btn=None,
138
  undo_btn=None,
139
  clear_btn=None,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  )
141
 
142