Update app.py
Browse files
app.py
CHANGED
@@ -149,17 +149,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
149 |
value=10,
|
150 |
)
|
151 |
|
152 |
-
|
153 |
-
examples=[
|
154 |
-
'What is the Fibonacci sequence?',
|
155 |
-
'Can you explain briefly what Python is good for?',
|
156 |
-
'How can I display a grid of images in SwiftUI?',
|
157 |
-
],
|
158 |
-
inputs=textbox,
|
159 |
-
outputs=[textbox, chatbot],
|
160 |
-
fn=process_example,
|
161 |
-
cache_examples=True,
|
162 |
-
)
|
163 |
|
164 |
gr.Markdown(LICENSE)
|
165 |
|
|
|
149 |
value=10,
|
150 |
)
|
151 |
|
152 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
|
154 |
gr.Markdown(LICENSE)
|
155 |
|