AumCoreAI commited on
Commit
71d16e1
·
verified ·
1 Parent(s): 2a3812f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -105,6 +105,7 @@ body {
105
  font-size: 17px;
106
  line-height: 1.8;
107
  width: 100%;
 
108
  word-wrap: break-word;
109
  white-space: pre-wrap;
110
  }
@@ -385,4 +386,4 @@ if __name__ == "__main__":
385
  print(f"💾 Database: TiDB Cloud")
386
  print(f"🎨 UI Features: Code formatting + Copy button")
387
  print("="*60)
388
- uvicorn.run(app, host="0.0.0.0", port=7860, log_level="info")
 
105
  font-size: 17px;
106
  line-height: 1.8;
107
  width: 100%;
108
+ max-width: 760px;
109
  word-wrap: break-word;
110
  white-space: pre-wrap;
111
  }
 
386
  print(f"💾 Database: TiDB Cloud")
387
  print(f"🎨 UI Features: Code formatting + Copy button")
388
  print("="*60)
389
+ uvicorn.run(app, host="0.0.0.0", port=7860, log_level="info")