openfree commited on
Commit
644a950
·
verified ·
1 Parent(s): b177918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -878,8 +878,9 @@ def create_main_interface():
878
  </div>
879
  <div class="app-content">
880
  <img src="data:image/gif;base64,{}" width="360px" />
881
- <h1 class="app-title">MOUSE-Chat: Visual AI Assistant</h1>
882
- <p class="app-description">Transform your ideas into stunning visual presentations</p>
 
883
  </div>
884
  </div>
885
  """.format(get_image_base64('mouse.gif')))
 
878
  </div>
879
  <div class="app-content">
880
  <img src="data:image/gif;base64,{}" width="360px" />
881
+ <h1 class="app-title">MOUSE-Chat Visual AI</h1>
882
+ <p class="app-description">Creates visualized web pages from text input, and when you include keywords like "image:", "그림:", or "image:" in your input, it automatically generates AI images based on the description and incorporates them into the web page.
883
+ Use the "Generate" button for basic creation, "Enhance" button for prompt improvement, "Share" button to deploy results to the web, and input like "image: a dog playing in the park" to create results containing both text and generated images.</p>
884
  </div>
885
  </div>
886
  """.format(get_image_base64('mouse.gif')))