Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -140,16 +140,7 @@ with gr.Blocks(css=".gradio-container {background-color: #FFE4C4}") as demo:
|
|
| 140 |
value=10,
|
| 141 |
)
|
| 142 |
|
| 143 |
-
|
| 144 |
-
examples=[
|
| 145 |
-
'What is the Fibonacci sequence?',
|
| 146 |
-
'Can you explain briefly what Python is good for?',
|
| 147 |
-
],
|
| 148 |
-
inputs=textbox,
|
| 149 |
-
outputs=[textbox, chatbot],
|
| 150 |
-
fn=process_example,
|
| 151 |
-
cache_examples=True,
|
| 152 |
-
)
|
| 153 |
|
| 154 |
gr.Markdown(LICENSE)
|
| 155 |
|
|
|
|
| 140 |
value=10,
|
| 141 |
)
|
| 142 |
|
| 143 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
|
| 145 |
gr.Markdown(LICENSE)
|
| 146 |
|