catherineThurgood commited on
Commit
f8cb0b1
·
verified ·
1 Parent(s): f041fea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,8 +1,5 @@
1
  import gradio as gr
2
- theme = gr.themes.Soft(primary_hue="blue", secondary_hue="gray", font="Helvetica")
3
- with gr.Blocks(theme=theme) as demo:
4
- chatbot = gr.Chatbot(show_label=False).style(height=500)
5
- demo.css = "body { background: linear-gradient(#f4f4f4, #dfe9f3); }"
6
  # import random
7
  from huggingface_hub import InferenceClient
8
 
 
1
  import gradio as gr
2
+
 
 
 
3
  # import random
4
  from huggingface_hub import InferenceClient
5