HemaAM commited on
Commit
8e2ae5f
·
1 Parent(s): 1a4760b

Added description of the app

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -86,7 +86,7 @@ def generate_html():
86
  <div class="background-shapes"></div>
87
  <div class="header-content">
88
  <h1>AI Assistant</h1>
89
- <p>This interactive app leverages the power of a fine-tuned Phi 2 AI model to provide insightful responses. Type your query below and witness AI in action.</p>
90
  </div>
91
  </header>
92
  <!-- Rest of your Gradio app goes here -->
 
86
  <div class="background-shapes"></div>
87
  <div class="header-content">
88
  <h1>AI Assistant</h1>
89
+ <p>This chatbot is an interactive application which leverages the power of a fine-tuned Phi 2 AI model to provide responses for the given queries. Enter a query below.</p>
90
  </div>
91
  </header>
92
  <!-- Rest of your Gradio app goes here -->