AI-RESEARCHER-2024 commited on
Commit
4520520
1 Parent(s): 3a26083

Update app.py

Browse files

Update app description

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -252,9 +252,9 @@ class GradioInterface:
252
  {app_styles}
253
  <div class="app-header">
254
  <h1 class="app-title">AI Dentistry Application</h1>
255
- <h2 class="app-subtitle">Model Selection and Image Processing</h2>
256
  <p class="app-description">
257
- This application allows you to select different models for dental image processing tasks.
258
  </p>
259
  </div>
260
  """
 
252
  {app_styles}
253
  <div class="app-header">
254
  <h1 class="app-title">AI Dentistry Application</h1>
255
+ <h2 class="app-subtitle">Advancing Imaging and Clinical Transcription</h2>
256
  <p class="app-description">
257
+ This application demonstrates the use of AI in dentistry for calculus and caries classification, caries detection, and dental x-ray segmentation.
258
  </p>
259
  </div>
260
  """