Spaces:
Runtime error
Runtime error
Added description of the app
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 interactive
|
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 -->
|