Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,8 @@ gr.Interface(
|
|
37 |
inputs=gr.Textbox(placeholder="Ask something..."), # Input for user message
|
38 |
outputs="text", # Output as text
|
39 |
title="Groq-Gradio Chat", # Title of the interface
|
40 |
-
theme="default",
|
|
|
41 |
examples=[
|
42 |
"Tell me a short story about a puppy",
|
43 |
"Write a 14-line poem about travelling in Shakespeare style",
|
|
|
37 |
inputs=gr.Textbox(placeholder="Ask something..."), # Input for user message
|
38 |
outputs="text", # Output as text
|
39 |
title="Groq-Gradio Chat", # Title of the interface
|
40 |
+
#theme="default",
|
41 |
+
theme="upsatwal/mlsc_tiet", # Ensure theme is valid
|
42 |
examples=[
|
43 |
"Tell me a short story about a puppy",
|
44 |
"Write a 14-line poem about travelling in Shakespeare style",
|