Axcel1 commited on
Commit
05185f5
·
verified ·
1 Parent(s): 67b8b63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -298,7 +298,7 @@ def create_interface():
298
  value=DEFAULT_SYSTEM_PROMPT,
299
  placeholder="Enter system prompt to define the AI's behavior and role...",
300
  lines=4,
301
- max_lines=8,
302
  scale=4,
303
  autoscroll=True,
304
  )
@@ -353,7 +353,7 @@ def create_interface():
353
  label="Status",
354
  value=f"Model not loaded.\n{availability_status}\n⚙️ Auto-optimized: CPU threads & GPU layers auto-detected\n📝 Context size can be configured below",
355
  interactive=False,
356
- max_lines=6
357
  )
358
 
359
  # Generation parameters
 
298
  value=DEFAULT_SYSTEM_PROMPT,
299
  placeholder="Enter system prompt to define the AI's behavior and role...",
300
  lines=4,
301
+ max_lines=15,
302
  scale=4,
303
  autoscroll=True,
304
  )
 
353
  label="Status",
354
  value=f"Model not loaded.\n{availability_status}\n⚙️ Auto-optimized: CPU threads & GPU layers auto-detected\n📝 Context size can be configured below",
355
  interactive=False,
356
+ max_lines=10
357
  )
358
 
359
  # Generation parameters