BhumikaMak commited on
Commit
d36c505
·
verified ·
1 Parent(s): 1fb12c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -65,20 +65,15 @@ body {
65
  background-position: center;
66
  background-size: cover;
67
  background-attachment: fixed;
68
- overflow-y: auto; /* Allow vertical scrolling */
69
- display: flex;
70
- justify-content: center;
71
- align-items: center;
72
- height: 100vh;
73
  margin: 0;
 
74
  }
75
-
76
  .custom-row {
77
  display: flex;
78
  justify-content: center;
79
  padding: 20px;
80
  }
81
-
82
  .custom-button {
83
  background-color: #6a1b9a;
84
  color: white;
@@ -88,7 +83,6 @@ body {
88
  cursor: pointer;
89
  }
90
 
91
-
92
  /* Custom border styles for all Gradio components */
93
  .gradio-container, .gradio-row, .gradio-column, .gradio-input, .gradio-image, .gradio-checkgroup, .gradio-button, .gradio-markdown {
94
  border: 3px solid black !important; /* Border width and color */
 
65
  background-position: center;
66
  background-size: cover;
67
  background-attachment: fixed;
68
+ height: 100%; /* Ensure body height is 100% of the viewport */
 
 
 
 
69
  margin: 0;
70
+ overflow-y: auto; /* Allow vertical scrolling */
71
  }
 
72
  .custom-row {
73
  display: flex;
74
  justify-content: center;
75
  padding: 20px;
76
  }
 
77
  .custom-button {
78
  background-color: #6a1b9a;
79
  color: white;
 
83
  cursor: pointer;
84
  }
85
 
 
86
  /* Custom border styles for all Gradio components */
87
  .gradio-container, .gradio-row, .gradio-column, .gradio-input, .gradio-image, .gradio-checkgroup, .gradio-button, .gradio-markdown {
88
  border: 3px solid black !important; /* Border width and color */