Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,11 +23,10 @@ def predict(message, history):
|
|
| 23 |
except Exception as e:
|
| 24 |
return f"Error: {str(e)}"
|
| 25 |
|
| 26 |
-
# Create the Gradio Chat Interface
|
| 27 |
demo = gr.ChatInterface(
|
| 28 |
fn=predict,
|
| 29 |
title="Ishmeet's Portfolio Bot",
|
| 30 |
-
description="Ask me anything about Ishmeet's projects, experience, or hobbies!",
|
| 31 |
examples=[
|
| 32 |
"Tell me about your internships.",
|
| 33 |
"What projects have you worked on?",
|
|
|
|
| 23 |
except Exception as e:
|
| 24 |
return f"Error: {str(e)}"
|
| 25 |
|
|
|
|
| 26 |
demo = gr.ChatInterface(
|
| 27 |
fn=predict,
|
| 28 |
title="Ishmeet's Portfolio Bot",
|
| 29 |
+
description="Yo!, Ask me anything about Ishmeet's projects, experience, or hobbies!",
|
| 30 |
examples=[
|
| 31 |
"Tell me about your internships.",
|
| 32 |
"What projects have you worked on?",
|