Spaces:
Runtime error
Runtime error
Changed the app description
Browse files
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 chatbot is an interactive application which leverages the power of a fine-tuned Phi 2 AI model to provide responses for the given queries.
|
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. Type your query below and start chatting. </p>
|
90 |
</div>
|
91 |
</header>
|
92 |
<!-- Rest of your Gradio app goes here -->
|