jer233 commited on
Commit
5df87a1
·
verified ·
1 Parent(s): 8e16ba7

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +0 -10
demo.py CHANGED
@@ -43,11 +43,6 @@ css = """
43
  margin: 0 5px;
44
  color: black;
45
  }
46
- .row {
47
- display: flex;
48
- justify-content: center;
49
- width: 100%;
50
- }
51
 
52
  /* Adjusting layout for Input Text and Inference Result */
53
  .input-row {
@@ -75,11 +70,6 @@ css = """
75
  height: 100px; /* Set height to 100px */
76
  }
77
 
78
- /* Use min-height for accordion stability */
79
- .gradio-row {
80
- min-height: 500px; /* Prevent layout shift by setting a min-height */
81
- }
82
-
83
  """
84
 
85
  # Gradio App
 
43
  margin: 0 5px;
44
  color: black;
45
  }
 
 
 
 
 
46
 
47
  /* Adjusting layout for Input Text and Inference Result */
48
  .input-row {
 
70
  height: 100px; /* Set height to 100px */
71
  }
72
 
 
 
 
 
 
73
  """
74
 
75
  # Gradio App