BhumikaMak commited on
Commit
355d6d4
·
verified ·
1 Parent(s): 8ff3f84

updated display params

Browse files
Files changed (1) hide show
  1. app.py +14 -13
app.py CHANGED
@@ -61,26 +61,27 @@ def view_model(selected_models):
61
 
62
  custom_css = """
63
  #run_button {
64
- background-color: purple;
65
- color: white;
66
- width: 120px;
67
- border-radius: 5px;
68
- font-size: 14px;
69
  }
70
  .custom-row {
71
- margin: 0 !important; /* Remove any extra margins */
72
- padding: 0 !important; /* Remove any extra padding */
73
- height: fit-content !important; /* Adjust height to content */
74
- display: flex;
75
- justify-content: center; /* Center-align contents */
76
  }
77
  .highlighted-text {
78
- color: blue;
79
- font-size: 32px; /* Increase font size */
80
- font-weight: bold;
81
  }
82
  """
83
 
 
84
 
85
  with gr.Blocks(css=custom_css) as interface:
86
  gr.Markdown("""
 
61
 
62
  custom_css = """
63
  #run_button {
64
+ background-color: purple !important;
65
+ color: white !important;
66
+ width: 120px !important;
67
+ border-radius: 5px !important;
68
+ font-size: 14px !important;
69
  }
70
  .custom-row {
71
+ margin: 0 !important;
72
+ padding: 0 !important;
73
+ height: fit-content !important;
74
+ display: flex !important;
75
+ justify-content: center !important;
76
  }
77
  .highlighted-text {
78
+ color: blue !important;
79
+ font-size: 32px !important;
80
+ font-weight: bold !important;
81
  }
82
  """
83
 
84
+ # Then in the Gradio interface:
85
 
86
  with gr.Blocks(css=custom_css) as interface:
87
  gr.Markdown("""