Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,5 +63,5 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="sky")) as demo:
|
|
| 63 |
inputs = gr.Textbox(lines=7, label="Prompt : Try - What is the value of pi")
|
| 64 |
outputs = gr.Textbox(label="Result")
|
| 65 |
gr.Interface(fn=chatbot, inputs=[inputs, dropdown], outputs=outputs,theme=gr.themes.Default(primary_hue="sky")
|
| 66 |
-
)
|
| 67 |
demo.launch(share=True)
|
|
|
|
| 63 |
inputs = gr.Textbox(lines=7, label="Prompt : Try - What is the value of pi")
|
| 64 |
outputs = gr.Textbox(label="Result")
|
| 65 |
gr.Interface(fn=chatbot, inputs=[inputs, dropdown], outputs=outputs,theme=gr.themes.Default(primary_hue="sky")
|
| 66 |
+
)
|
| 67 |
demo.launch(share=True)
|