hanzla commited on
Commit
02ca315
1 Parent(s): 143381d
Files changed (1) hide show
  1. app_v2.py +3 -2
app_v2.py CHANGED
@@ -60,7 +60,7 @@ def bot(history):
60
  history[-1][1] += character
61
  yield history
62
 
63
- with gr.Blocks(theme="Monochrome") as demo:
64
  gr.Markdown(
65
  """
66
  # AskMoondream: Moondream 2 Demonstration Space
@@ -71,7 +71,8 @@ with gr.Blocks(theme="Monochrome") as demo:
71
  chatbot = gr.Chatbot(
72
  [],
73
  elem_id="chatbot",
74
- bubble_full_width=False
 
75
  )
76
 
77
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
 
60
  history[-1][1] += character
61
  yield history
62
 
63
+ with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as demo:
64
  gr.Markdown(
65
  """
66
  # AskMoondream: Moondream 2 Demonstration Space
 
71
  chatbot = gr.Chatbot(
72
  [],
73
  elem_id="chatbot",
74
+ bubble_full_width=False,
75
+ height = 450
76
  )
77
 
78
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)