Update app.py
Browse files
app.py
CHANGED
@@ -72,8 +72,8 @@ examples = [
|
|
72 |
|
73 |
iface = gr.Interface(
|
74 |
fn=starling_bot.predict,
|
75 |
-
gr.Markdown(title)
|
76 |
-
gr.Markdown(description)
|
77 |
inputs=[
|
78 |
gr.Textbox(label="🌟🤩User Message", type="text", lines=5),
|
79 |
gr.Textbox(label="💫🌠Starling Assistant Message or Instructions ", lines=2),
|
|
|
72 |
|
73 |
iface = gr.Interface(
|
74 |
fn=starling_bot.predict,
|
75 |
+
gr.Markdown(title),
|
76 |
+
gr.Markdown(description),
|
77 |
inputs=[
|
78 |
gr.Textbox(label="🌟🤩User Message", type="text", lines=5),
|
79 |
gr.Textbox(label="💫🌠Starling Assistant Message or Instructions ", lines=2),
|