Isaak Carter Augustus commited on
Commit
57e0701
1 Parent(s): 0408f67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ with gr.Blocks() as demo:
71
  gr.Markdown("""<center><font size=8>J.O.S.I.E.3-Beta12 Preview👾</center>""")
72
 
73
  with gr.Row():
74
- with gr.Column(scale=3):
75
- system_input = gr.Textbox(value=default_system, lines=1, label='System')
76
  with gr.Column(scale=1):
77
  modify_system = gr.Button("🛠️ Set system prompt and clear history", scale=2)
78
  system_state = gr.Textbox(value=default_system, visible=False)
 
71
  gr.Markdown("""<center><font size=8>J.O.S.I.E.3-Beta12 Preview👾</center>""")
72
 
73
  with gr.Row():
74
+ # with gr.Column(scale=3):
75
+ # system_input = gr.Textbox(value=default_system, lines=1, label='System')
76
  with gr.Column(scale=1):
77
  modify_system = gr.Button("🛠️ Set system prompt and clear history", scale=2)
78
  system_state = gr.Textbox(value=default_system, visible=False)