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