oleksandrburlakov commited on
Commit
95dc8c3
·
verified ·
1 Parent(s): 9b4ca45

Fix css typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ CSS ="""
9
  .gradio-container { height: 100vh !important; }
10
  .svelte-vt1mxs div:first-child { flex-grow: 1; overflow: auto;}
11
  #chatbot { flex-grow: 1; overflow: auto;}
12
- .svelte-vt1mxs > div:nth-child(2) > div:first-child {height: 300px; overflow: auto;}
13
  footer {visibility: hidden}
14
  .app.svelte-182fdeq.svelte-182fdeq {
15
  max-width: 100vw !important;
 
9
  .gradio-container { height: 100vh !important; }
10
  .svelte-vt1mxs div:first-child { flex-grow: 1; overflow: auto;}
11
  #chatbot { flex-grow: 1; overflow: auto;}
12
+ .svelte-vt1mxs div:nth-child(2) > div:first-child {height: 300px; overflow: auto;}
13
  footer {visibility: hidden}
14
  .app.svelte-182fdeq.svelte-182fdeq {
15
  max-width: 100vw !important;