jer233 commited on
Commit
76c593e
·
verified ·
1 Parent(s): 8df8252

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +4 -1
demo.py CHANGED
@@ -48,7 +48,7 @@ css = """
48
  justify-content: center;
49
  width: 100%;
50
  }
51
- .gradio-row input, .gradio-row select, .gradio-row button {
52
  width: 250px; /* Set all elements to the same width */
53
  margin: 5px;
54
  }
@@ -65,6 +65,9 @@ css = """
65
  .output-text {
66
  flex: 1; /* 1 part of the row */
67
  }
 
 
 
68
  """
69
 
70
  # Gradio App
 
48
  justify-content: center;
49
  width: 100%;
50
  }
51
+ .gradio-row input, .gradio-row select {
52
  width: 250px; /* Set all elements to the same width */
53
  margin: 5px;
54
  }
 
65
  .output-text {
66
  flex: 1; /* 1 part of the row */
67
  }
68
+ .button {
69
+ width: 500px;
70
+ }
71
  """
72
 
73
  # Gradio App