shashankanand13 commited on
Commit
c3be3d1
·
1 Parent(s): 7e5338f

Added custom CSS

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -47,13 +47,16 @@ in8=gr.inputs.Number(label='Showroom Price ₹(in LAKHS)【*】',default=0)
47
 
48
  interface = gr.Interface(fn=car,
49
  inputs=[in2,in3,in8,in5,in4,in6,in7],
50
- outputs=["text"],title=ts,css="""
51
  .gradio_bg[theme=default] .gradio_interface .panel_button.submit {
52
 
53
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
54
 
55
  }
56
-
 
 
 
57
  .gradio_page .title{
58
  font-family: "Copperplate",Fantasy;
59
  font-size: 47px;
 
47
 
48
  interface = gr.Interface(fn=car,
49
  inputs=[in2,in3,in8,in5,in4,in6,in7],
50
+ outputs=["text"],title=ts,theme="peach",css="""
51
  .gradio_bg[theme=default] .gradio_interface .panel_button.submit {
52
 
53
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
54
 
55
  }
56
+ .gradio_bg[theme=peach] .gradio_interface .panel_header {
57
+ font-family: Arial, Helvetica, sans-serif;;
58
+ font-size: 17px;
59
+ }
60
  .gradio_page .title{
61
  font-family: "Copperplate",Fantasy;
62
  font-size: 47px;