TogetherAI commited on
Commit
0c2bfe0
1 Parent(s): db8594e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -92,10 +92,11 @@ additional_inputs=[
92
 
93
  css = """
94
  #mkd {
95
- height: 500px;
96
- overflow: auto;
97
- border: 1px solid #ccc;
98
- }
 
99
  """
100
 
101
 
 
92
 
93
  css = """
94
  #mkd {
95
+ height: 500px;
96
+ width: 600px; // Hier kannst du die gewünschte Breite einstellen
97
+ overflow: auto;
98
+ border: 1px solid #ccc;
99
+ }
100
  """
101
 
102