Spaces:
Sleeping
Sleeping
Alexis Roldan
commited on
Commit
·
b859f61
1
Parent(s):
c800519
Chatbot Update 22Mar23
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def predict_prompt(input):
|
|
| 30 |
return response
|
| 31 |
|
| 32 |
# Create UI using gradio
|
| 33 |
-
with gr.Blocks() as chatblock:
|
| 34 |
|
| 35 |
gr.Markdown("<h1><center>Welcome to Alexis' Personal AI Assistant (powered by OpenAI API)</center></h1>")
|
| 36 |
|
|
|
|
| 30 |
return response
|
| 31 |
|
| 32 |
# Create UI using gradio
|
| 33 |
+
with gr.Blocks(theme='abidlabs/dracula_test') as chatblock:
|
| 34 |
|
| 35 |
gr.Markdown("<h1><center>Welcome to Alexis' Personal AI Assistant (powered by OpenAI API)</center></h1>")
|
| 36 |
|