Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def chatresponse(message, history):
|
|
76 |
# css_code='body{background-image:url("https://picsum.photos/seed/picsum/200/300");}'
|
77 |
# css = ".gradio-container {background: url('file=https://i.imgur.com/u8isIYl.png')}"
|
78 |
# css = ".gradio-container {background: url('file=https://i.imgur.com/rwk7ykG.png')}"
|
79 |
-
css = ".gradio-container {background: url('file=https://i.imgur.com/LAfi4yx.png')}"
|
80 |
|
81 |
|
82 |
|
@@ -86,10 +86,9 @@ gr.ChatInterface(
|
|
86 |
chatresponse,
|
87 |
textbox = gr.Textbox(placeholder="Type in your message"),
|
88 |
title = "AIoT SMART Labs Assistant",
|
89 |
-
description = "Ask AIoT SMART Labs Assistant any question about the organization.
|
90 |
examples = ["What is the IoT Summer Program?", "I'm a 9th grader. Am I eligible for the program?", "What are the dates for the online & live batches?"],
|
91 |
theme = "base",
|
92 |
-
css = css,
|
93 |
).launch()
|
94 |
|
95 |
# import gradio as gr
|
|
|
76 |
# css_code='body{background-image:url("https://picsum.photos/seed/picsum/200/300");}'
|
77 |
# css = ".gradio-container {background: url('file=https://i.imgur.com/u8isIYl.png')}"
|
78 |
# css = ".gradio-container {background: url('file=https://i.imgur.com/rwk7ykG.png')}"
|
79 |
+
# css = ".gradio-container {background: url('file=https://i.imgur.com/LAfi4yx.png')}"
|
80 |
|
81 |
|
82 |
|
|
|
86 |
chatresponse,
|
87 |
textbox = gr.Textbox(placeholder="Type in your message"),
|
88 |
title = "AIoT SMART Labs Assistant",
|
89 |
+
description = "Ask AIoT SMART Labs Assistant any question about the organization or program. This chatbot is developed using a large language model.",
|
90 |
examples = ["What is the IoT Summer Program?", "I'm a 9th grader. Am I eligible for the program?", "What are the dates for the online & live batches?"],
|
91 |
theme = "base",
|
|
|
92 |
).launch()
|
93 |
|
94 |
# import gradio as gr
|