Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,10 +80,14 @@ def calculator(intro, operator, outro):
|
|
80 |
#contextBox = gr.Textbox(lines=3, default=context, label="Story starter")
|
81 |
|
82 |
examples = [
|
83 |
-
["
|
84 |
-
["
|
85 |
-
["
|
86 |
-
["
|
|
|
|
|
|
|
|
|
87 |
["Why does a chicken coop have two doors? Because if had four doors it would be a chicken sedan!", "multiply", "Why did the chicken cross the park? To get to the other slide."],
|
88 |
["What type of shoes do ninjas wear? Sneakers", "add", "Can a ninja bring a ninja star into the airport? Shuriken."],
|
89 |
["To save the planet with good looks and comedy find your", "multiply", "Everybody laughed at me when I told them I was going to be a comedian. I thought well, thats not bad for a start."]
|
|
|
80 |
#contextBox = gr.Textbox(lines=3, default=context, label="Story starter")
|
81 |
|
82 |
examples = [
|
83 |
+
["Asynchronous Telemedicine", "multiply", "Provide remote care services live addressing provider shortages"],
|
84 |
+
["Ambient and emotion AI", "multiply", "rtificial intelligence showing empathy and compassion, reducing biases making us feel cared for and assist lifestyle"],
|
85 |
+
["import gradio as gr", "multiply", "import streamlit as st"],
|
86 |
+
["Skin Patch", "multiply", "Allow technology to measure blood pressure, glucose, reducing huge bulky devices"],
|
87 |
+
["Affordable vein scanner", "multiply", "View veins through skin"],
|
88 |
+
["Synthetic medical records", "multiply", "Create synthetic medical records using GANS trained to create synthetic data"],
|
89 |
+
["Blood draw devices used in clinical trials", "multiply", "So you dont have to go to physical location, engagement during trials"],
|
90 |
+
["Smart TVs being used for remote care", "multiply", "Video chat and recordings for remote care consultations"],
|
91 |
["Why does a chicken coop have two doors? Because if had four doors it would be a chicken sedan!", "multiply", "Why did the chicken cross the park? To get to the other slide."],
|
92 |
["What type of shoes do ninjas wear? Sneakers", "add", "Can a ninja bring a ninja star into the airport? Shuriken."],
|
93 |
["To save the planet with good looks and comedy find your", "multiply", "Everybody laughed at me when I told them I was going to be a comedian. I thought well, thats not bad for a start."]
|