charliebaby2023 commited on
Commit
8247027
1 Parent(s): 46d9391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def make_me():
81
  txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=get_current_time() ).style(container=False,min_width=1200)
82
  #"nude femboy sissy with small penis, bound anal sex orgy party, perfect penis, oral sex, threesum, head between thighs, glans inside mouth, cuming from glans"
83
 
84
- time_textbox = gr.Textbox(label="Current Time")
85
  refresh_button = gr.Button("Refresh Time")
86
  refresh_button.click(fn=get_current_time, outputs=time_textbox)
87
 
 
81
  txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=get_current_time() ).style(container=False,min_width=1200)
82
  #"nude femboy sissy with small penis, bound anal sex orgy party, perfect penis, oral sex, threesum, head between thighs, glans inside mouth, cuming from glans"
83
 
84
+ time_textbox = gr.Textbox(label="Current Time",value='ffff')
85
  refresh_button = gr.Button("Refresh Time")
86
  refresh_button.click(fn=get_current_time, outputs=time_textbox)
87