mihalykiss commited on
Commit
76a6ea9
·
1 Parent(s): d89e652

UI - theme

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,10 +102,10 @@ iface = gr.Blocks(css="""
102
 
103
  @media (max-width: 768px) {
104
  #result_output_box {
105
- width: 80%;
106
  }
107
  #text_input_box{
108
- width: 80%;
109
  }
110
  }
111
 
 
102
 
103
  @media (max-width: 768px) {
104
  #result_output_box {
105
+ width: 100%;
106
  }
107
  #text_input_box{
108
+ width: 100%;
109
  }
110
  }
111