Ayeshanoor101 commited on
Commit
1824ff5
1 Parent(s): f9bde5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -39,9 +39,7 @@ h1 {
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
47
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
 
39
  background: #1565c0;
40
  border-radius: 100vh;
41
  }
42
+ """
 
 
43
 
44
  # Initialize InferenceClient
45
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")