bristandevandel commited on
Commit
fc76dc4
·
verified ·
1 Parent(s): cc40bbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -19
app.py CHANGED
@@ -859,25 +859,6 @@ footer {display: none !important;}
859
  .gradio-footer {display: none !important;}
860
  .gradio-container .footer {display: none !important;}
861
  .gradio-container .gr-footer {display: none !important;}
862
- @media only screen and (max-width: 600px) {
863
- .gradio-container {
864
- max-width: 100%;
865
- bottom: 0;
866
- right: 0;
867
- border-radius: 0;
868
- box-shadow: none;
869
- }
870
- #chatbot_conversation {
871
- max-height: 200px;
872
- }
873
- .gr-button, .support-btn {
874
- width: 100%;
875
- margin: 5px 0;
876
- }
877
- .flex-row {
878
- flex-direction: column;
879
- }
880
- }
881
  """
882
 
883
  with gr.Blocks(css=custom_css, title="ChargeNode Kundtjänst") as app:
 
859
  .gradio-footer {display: none !important;}
860
  .gradio-container .footer {display: none !important;}
861
  .gradio-container .gr-footer {display: none !important;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
862
  """
863
 
864
  with gr.Blocks(css=custom_css, title="ChargeNode Kundtjänst") as app: