jer233 commited on
Commit
8df8252
·
verified ·
1 Parent(s): 868c900

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +5 -3
demo.py CHANGED
@@ -53,11 +53,13 @@ css = """
53
  margin: 5px;
54
  }
55
  /* Adjusting layout for Input Text and Inference Result */
56
-
 
 
 
57
 
58
  .input-text {
59
- flex: 4; /* 4 parts of the row */
60
- margin-right: 10px; /* Space between the boxes */
61
  }
62
 
63
  .output-text {
 
53
  margin: 5px;
54
  }
55
  /* Adjusting layout for Input Text and Inference Result */
56
+ .input-row {
57
+ display: flex;
58
+ width: 100%;
59
+ }
60
 
61
  .input-text {
62
+ flex: 3; /* 4 parts of the row */
 
63
  }
64
 
65
  .output-text {