Ayeshanoor101 commited on
Commit
f9bde5f
1 Parent(s): 1720c39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -29,9 +29,6 @@ PLACEHOLDER = """
29
 
30
  # CSS styles
31
  css = """
32
- *{
33
- height: 100%;
34
- }
35
  h1 {
36
  text-align: center;
37
  display: block;
@@ -41,6 +38,9 @@ h1 {
41
  color: white;
42
  background: #1565c0;
43
  border-radius: 100vh;
 
 
 
44
  }"""
45
 
46
  # Initialize InferenceClient
 
29
 
30
  # CSS styles
31
  css = """
 
 
 
32
  h1 {
33
  text-align: center;
34
  display: block;
 
38
  color: white;
39
  background: #1565c0;
40
  border-radius: 100vh;
41
+ }
42
+ .gradio-blocks {
43
+ min-height: 100vh; /* Ensures the block takes up the full viewport height */
44
  }"""
45
 
46
  # Initialize InferenceClient