wifix199 commited on
Commit
c63df3b
·
verified ·
1 Parent(s): 8a2ecd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -1,12 +1,5 @@
1
  import gradio as gr
2
 
3
- # Define Gradio theme with valid color shortcuts and custom fonts
4
- theme = gr.themes.Soft(
5
- primary_hue="indigo",
6
- secondary_hue="emerald",
7
- neutral_hue="gray",
8
- font="Rubik" # Assuming 'Rubik' is the correct font setup
9
- )
10
 
11
  # Create Gradio blocks with custom CSS for enhanced UI
12
  with gr.Blocks(theme=theme, title="RocketGPT - AI-Powered Chatbot") as demo:
 
1
  import gradio as gr
2
 
 
 
 
 
 
 
 
3
 
4
  # Create Gradio blocks with custom CSS for enhanced UI
5
  with gr.Blocks(theme=theme, title="RocketGPT - AI-Powered Chatbot") as demo: