enotkrutoy commited on
Commit
d47221d
·
verified ·
1 Parent(s): 1db351c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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", # Ensure theme is valid
 
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",